model('channel')->get_schema(); } function _filter($filter,$tableAlias=null,$baseWhere=null) { $where = " 1 "; if ($filter['not_o2o_node_type']) { $where.=" AND ".$filter['not_o2o_node_type']; } return $where ." AND ".parent::_filter($filter,$tableAlias,$baseWhere); } }