Example #1
0
 /**
  * Execute a query and limit to single row 
  * and/or find a single row by id
  *
  * @param  int    $id
  * @return \Kanso\Database\Query\Builder
  */
 public function FIND($id = null)
 {
     return $this->Query->find($id);
 }