Пример #1
0
 /**
  * set up metadata as other reference table objects
  * and dependend table objects
  *
  * @return void
  */
 protected function _setupMetadata()
 {
     $this->_dependentTables = array('application_models_feeds');
     parent::_setupMetadata();
 }
Пример #2
0
 /**
  * set up metadata as other reference table objects
  * and dependend table objects
  *
  * @return void
  */
 protected function _setupMetadata()
 {
     $this->_dependentTables = array();
     parent::_setupMetadata();
 }
Пример #3
0
 /**
  * set up metadata as other reference table objects
  * and dependend table objects
  *
  * @return void
  */
 protected function _setupMetadata()
 {
     $this->_referenceMap = array('categories' => array('columns' => 'category', 'refTableClass' => 'application_models_categories', 'refColumn' => 'id'));
     parent::_setupMetadata();
 }
Пример #4
0
 /**
  * set up metadata as other reference table objects
  * and dependend table objects
  *
  * @return void
  */
 protected function _setupMetadata()
 {
     $this->_referenceMap = array('messages' => array('columns' => 'feed', 'refTableClass' => 'application_models_feeds', 'refColumn' => 'id'));
     parent::_setupMetadata();
 }