Err: Method 'action_index' of 'news_controller' is not exists!
- /www/wwwroot/www.shokl004.com/protected/include/core.php on line 274
269.
{
270.
$conditions = $this->_where( $conditions );
271.
$count = $this->query("SELECT COUNT(*) AS M_COUNTER FROM ".$this->table_name.$conditions["_where"], $conditions["_bindParams"]);
272.
return $count[0]['M_COUNTER'];
273.
}
274.
275.
public function dump_sql(){return $this->sql;}
276.
277.
public function pager($page, $pernum = 10, $scope = 10, $total)
278.
{
279.
$this->page = null;