Example #1
0
 protected function _postSave()
 {
     parent::_postSave();
     foreach ($this->flatpages as $key => $flatpageRow) {
         $flatpageRow->save();
     }
 }
 public function __construct(array $config)
 {
     $this->_specialGets['method'] = 'specialGetMethod';
     $this->_specialGets['arrayGet'] = array($this, 'specialGetMethod');
     parent::__construct($config);
 }