Welcome Guest, Not a member yet? Register   Sign In
ActiveRecord for CodeIgniter: Rails-style model interactions
#6

[eluser]gunter[/eluser]
Hi!

and how can I use the update() ??

like this???

Code:
$me = $this->Person->get_by_id($id);
$me->fetch_related_pages();


$me->title = 'New Title';
$me->content = 'Blah blah blah';
$me->save();
edit: I forget to say wow! and thanks!!


Messages In This Thread
ActiveRecord for CodeIgniter: Rails-style model interactions - by El Forum - 09-21-2007, 04:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB