Welcome Guest, Not a member yet? Register   Sign In
Model objects linked directly to db tables?
#1

[eluser]coldscooter[/eluser]
I would like to treat my models as objects that are directly linked to database.

So I could something like this in my controllers:

//To save a new password
$this->load->model('user');
$this->user->password = 'new_password';
$this->user->save();


Is there a library out there that would do something like this for me?



Messages In This Thread
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 10:52 AM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 12:21 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 12:41 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 12:55 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 04:45 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 09:39 PM
Model objects linked directly to db tables? - by El Forum - 05-11-2012, 04:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB