My comment on one of the files of SuiteCRM ...
-
-
Even though memory is getting cheaper, our applications are becoming more complicated and we need to write our code more…
-
The aim is to write code efficiently, but without compromising easy debugging, maintenance, and especially adaptability ...
-
I always loved the ease of use of arrays in PHP. Simple, dynamic arrays; arrays with integer indexes or string…
-
Regarding __toString
-
__autoload() function can be very useful to optimize your code esp. when you have so many classes.