Welcome Guest, Not a member yet? Register   Sign In
extend Model class
#2

[eluser]FrankieShakes[/eluser]
[quote author="adwin" date="1210312535"]Hi, i want to extend model class ... let call it extModel because I need to add some functionality that I use for all my models.

Where should I put my new class ?[/quote]

adwin,

Why not create a Base_Model class that extends "Model"... and which all your models then extend:

1) Base_Model extends Model
2) My_Model extends Base_Model

You can then simply drop the Base_Model into the /Application/models directory and continue along as your normally would.


Messages In This Thread
extend Model class - by El Forum - 05-08-2008, 06:55 PM
extend Model class - by El Forum - 05-08-2008, 08:46 PM
extend Model class - by El Forum - 05-08-2008, 08:53 PM
extend Model class - by El Forum - 05-08-2008, 08:59 PM
extend Model class - by El Forum - 05-08-2008, 09:04 PM
extend Model class - by El Forum - 05-08-2008, 09:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB