コード例 #1
0
ファイル: QuickTable.php プロジェクト: ninsuo/php-quick-query
 public function asSingleRow(array $wheres = array())
 {
     $results = parent::select($this->table, $wheres);
     return parent::getSingleRow($results);
 }