Welcome Guest, Not a member yet? Register   Sign In
base controller and base model
#2

[eluser]Dennis Rasmussen[/eluser]
class MY_Model extends CI_Model {}
class MY_Controller extends CI_Controller {}

Then you just extend MY_Model in your models and MY_Controller in your controllers.
MY_Model and MY_Controller contains shared code/data between all models and controllers.


Messages In This Thread
base controller and base model - by El Forum - 12-01-2010, 10:12 PM
base controller and base model - by El Forum - 12-02-2010, 01:50 AM
base controller and base model - by El Forum - 12-02-2010, 06:04 AM
base controller and base model - by El Forum - 12-02-2010, 06:09 AM
base controller and base model - by El Forum - 12-02-2010, 11:08 PM
base controller and base model - by El Forum - 12-03-2010, 03:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB