where('`' . $this->_tableAlias . '`.`enabled` = "y"'); $select->where('`' . $this->_tableAlias . '`.`featured` = "y"'); return $this; } }