02 October 2008 15:00
Using an autoload function to make your life easier by Stefan Ashwell | PHP & MySql articles and tutorials | Total PHP
by chantal (via)In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
1
(1 marks)