예제 #1
0
파일: model.php 프로젝트: pnixx/boot
 /**
  * Считывает из запроса первую колонку таблицы
  * @return array
  */
 public function read_cols()
 {
     return $this->_db->read_cols();
 }