Welcome Guest, Not a member yet? Register   Sign In
Shouldn't CI load MY_ class automaticly?
#2

[eluser]xwero[/eluser]
You have to extend MY_Controller in the actual controllers. The function of the MY_Controller file is that it is included automatically. So you don't have to do
Code:
include(APPATH.'controllers/MY_Controller'.EXT);

class Home extend MY_Controller
{

}


Messages In This Thread
Shouldn't CI load MY_ class automaticly? - by El Forum - 09-09-2008, 07:02 AM
Shouldn't CI load MY_ class automaticly? - by El Forum - 09-09-2008, 07:14 AM
Shouldn't CI load MY_ class automaticly? - by El Forum - 09-09-2008, 07:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB