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