Welcome Guest, Not a member yet? Register   Sign In
extending a model with another one?
#2

[eluser]Mike Ryan[/eluser]
Hi,

I think the answer to both your primary and side questions is: use libraries. Just create a library for each class and extend as normal.

Code:
$params = array('foo' => 'oof', 'bar' => 'rab');
$this->load->library('notImportantAn',$params);


Messages In This Thread
extending a model with another one? - by El Forum - 04-06-2009, 11:00 AM
extending a model with another one? - by El Forum - 04-06-2009, 05:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB