コード例 #1
0
ファイル: table.php プロジェクト: NavaINT1876/ccustoms
 /**
  * Performs a query to the database and returns the result
  *
  * @param string $query The query to perform
  *
  * @return mixed The result of the query
  *
  * @since 1.0.0
  */
 protected function _queryResult($query)
 {
     return $this->database->queryResult($query);
 }