[Solution] Extending libraries: proper locations for the Classname and MY_Classname library files |
[eluser]pistolPete[/eluser]
Extending a class using the MY_ prefix is reserved to core classes only: http://ellislab.com/codeigniter/user-gui...asses.html If you need to extend a library which resides in ./application/libraries/ you either need to autoload the base class or use standard PHP require(). |
Messages In This Thread |
[Solution] Extending libraries: proper locations for the Classname and MY_Classname library files - by El Forum - 11-04-2009, 05:51 AM
[Solution] Extending libraries: proper locations for the Classname and MY_Classname library files - by El Forum - 11-04-2009, 06:21 AM
[Solution] Extending libraries: proper locations for the Classname and MY_Classname library files - by El Forum - 11-04-2009, 06:35 AM
|