Welcome Guest, Not a member yet? Register   Sign In
Extending the default model
#4

[eluser]treehousetim[/eluser]
if you create library/MY_Model.php...

Code:
class MY_Model
{

//method here
}

Then in your regular model files, you need to extend from MY_Model...

Code:
class myTable extends MY_Model
{
//blah
}

This works - I'm using it all the time. If you continue to get errors, please send more info.


Messages In This Thread
Extending the default model - by El Forum - 06-11-2008, 03:02 AM
Extending the default model - by El Forum - 06-11-2008, 04:47 AM
Extending the default model - by El Forum - 06-19-2008, 09:06 AM
Extending the default model - by El Forum - 06-21-2008, 03:50 AM
Extending the default model - by El Forum - 06-21-2008, 04:48 AM
Extending the default model - by El Forum - 07-09-2008, 03:36 PM
Extending the default model - by El Forum - 07-09-2008, 03:49 PM
Extending the default model - by El Forum - 07-09-2008, 03:55 PM
Extending the default model - by El Forum - 08-14-2008, 01:29 PM
Extending the default model - by El Forum - 08-14-2008, 02:54 PM
Extending the default model - by El Forum - 08-14-2008, 03:00 PM
Extending the default model - by El Forum - 08-15-2008, 05:17 AM
Extending the default model - by El Forum - 08-15-2008, 12:25 PM
Extending the default model - by El Forum - 08-15-2008, 01:16 PM
Extending the default model - by El Forum - 12-18-2008, 11:32 PM
Extending the default model - by El Forum - 12-19-2008, 02:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB