if(widgetStylesPrinted != true) {document.write('');}var widgetStylesPrinted = true;var content = '
Koowa
php
//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();
';document.write(content);