예제 #1
0
 protected function _getChainedSelect($select)
 {
     $select = parent::_getChainedSelect($select);
     $select->ignoreVisible();
     // Visible ist bei Trl immer extra zu setzen
     if ($select->hasPart(Kwf_Model_Select::LIMIT_COUNT)) {
         $select->unsetPart(Kwf_Model_Select::LIMIT_COUNT);
     }
     if ($this->_getChainedGenerator() instanceof Kwf_Component_Generator_PseudoPage_Static) {
         //filename is translated, unset, checked in _createData
         $select->unsetPart(Kwf_Component_Select::WHERE_FILENAME);
     }
     return $select;
 }
예제 #2
0
 protected function _getChainedSelect($select)
 {
     return Kwc_Chained_Abstract_Generator::_getChainedSelect($select);
 }