//automatically wraps a table object around //the table jos_example_people $people= KFactory::get('site::com.example.table.people'); //return a row object representing a row // in the table people $person=$people->find(20); $person->name='John'; $person->save();