Ticket #57 (closed Feature Request: wontfix)
Use PHP5's autoload function to include files
Reported by: | MaxHorvath | Owned by: | max-horvath |
---|---|---|---|
Priority: | lowest | Milestone: | WifiDog Auth Server 1.0 |
Component: | Auth server, Code Refactoring | Version: | Auth Server SVN |
Keywords: | Cc: |
Description
We should switch to use the autoload() function of PHP 5.
This will result in much less includes and requires, less used resources (files wont be loaded if no function of its classes are called) and will give WiFiDog more speed.
Change History
Note: See
TracTickets for help on using
tickets.