order('name')->limit(10)->offset(20)->enabled(1)->getList(); foreach($boats as $boat) { echo $boat->name.': '.$boat->description.'
'; } // NOTE This code is complete! It will work out of the box. Just install Nooku Framework, // add the db table, put the code somewhere and it will work.