Ejemplo n.º 1
0
 /**
  * Retrieve a table row from a sql query
  *
  * @param   string  $sql
  * @return  Fz_Table_Row_Abstrat or null
  */
 public function findOneBySql($sql, $data = array())
 {
     return Fz_Db::findObjectBySQL($sql, $this->getRowClass(), $data);
 }