Extending Models |
[eluser]WanWizard[/eluser]
CodeIgniter doesn't support autoloading. The fact that the MY_ prefix works is because it is specifically coded that way. Either setup autoloading yourself, or have your MY_model manually include MY_advanced_model. You might want to read Phil Sturgeon's article on Base classses. It talks about Controllers, but it applies to Models as well... |
Messages In This Thread |
Extending Models - by El Forum - 11-20-2010, 04:11 PM
Extending Models - by El Forum - 11-20-2010, 04:28 PM
Extending Models - by El Forum - 11-20-2010, 04:45 PM
Extending Models - by El Forum - 11-27-2010, 04:01 PM
|