示例#1
0
 public static function _setSelectRules(Zend_Db_Select $select)
 {
     $select->join(parent::TABLE_NAME, join(' = ', array(parent::TABLE_NAME . '.idPage', self::TABLE_NAME . '.idPage')), Application_Model_Page::_getDbAttributes());
     parent::_setSelectRules($select);
 }