Welcome Guest, Not a member yet? Register   Sign In
Extend CI model to allow params to be passed to the constructor?
#4

That would require you to update the system/model and that is not recommended you should
never change a system file.

You could extended say the BaseModel, setup your Constructor and then extend all your models
form the BaseModel. In the BaseModel do not use the parent__construct() only in the model that
you extend from the BaseModel.

BaseModel extends Model

All your Models extend BaseModel
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Extend CI model to allow params to be passed to the constructor? - by InsiteFX - 09-13-2020, 08:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB