• Archive for March 13th, 2007

    Optimizing code with __autoload()

    by  • March 13, 2007 • Development, PHP

    Tweet With the advent of PHP5 a new tool was available to all who wished to optimize their code, its called __autoload. This function can reduce the time lost by having to include object and class files in your code. But how do you proceed in creating an __autoload function to optimize code?

    Read more →