My comment on one of the files of SuiteCRM …
Read moreTag: OOP
PHP Memory Usage: The cost of a million objects
Even though memory is getting cheaper, our applications are becoming more complicated and we need to write our code more carefully.
Read moreProgramming with too many unknowns in a dynamic language
The aim is to write code efficiently, but without compromising easy debugging, maintenance, and especially adaptability …
Read morePHP Associative Arrays for C# .NET
I always loved the ease of use of arrays in PHP. Simple, dynamic arrays; arrays with integer indexes or string keys; hash tables, maps, collections, resizable variant arrays; you name it.
Read morePHP: magic methods
Regarding __toString
Read morePHP5: Autoloading your magic!
__autoload() function can be very useful to optimize your code esp. when you have so many classes.
Read more