PHP’s Paamayim Nekudotayim – The Secret’s in the Code

Do you know what a Paamayim Nekudotayim is? Are you a web developer or software engineer? Well come on, spit it out then (saying these words caused me to accidentally spit on my girlfriend’s arm, she wasn’t very impressed). If you’ve used PHP (Hypertext Preprocessor) to create your websites you would have come across these [...]

php tips : Optimizing for your PHP Code

Writing a code is like a poultry, programmers have their own style for writing a code. I found quite interesting tips on how to optimize our php code. Bellow are the tips

If a method can be static, declare it static. Speed improvement is by a factor of 4.
echo is faster than print.
Use echo’s [...]