示例#1
0
 /** This loads and validates the data- ensures we have all we need
  *
  *	@param	array		the data for the query
  ***/
 public function setQuery($params, $sortorder)
 {
     return parent::setTableQuery($params, $sortorder);
 }