Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes |
[eluser]OliverHR[/eluser]
If you write you code as oo i mean classes try using __autoload on config o register differents autoload functions there with spl_autoload_register(). Read this: CodeIgniter Base Classes: Keeping it DRY by Phil Sturgeon |
Messages In This Thread |
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-01-2010, 02:06 PM
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-01-2010, 11:56 PM
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-02-2010, 12:04 AM
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-02-2010, 12:07 AM
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-02-2010, 12:27 AM
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-04-2010, 04:01 AM
Using the PHP spl_autoload_register() with Codeigniter to autoload my own classes - by El Forum - 10-04-2010, 04:47 PM
|