Example #1
0
 protected function _initialize()
 {
     parent::_initialize();
     $this->time = time();
 }
 protected function _initialize()
 {
     parent::_initialize();
     $this->fieldPath = APP_PATH . 'Content/Fields/';
 }
Example #3
0
 protected function _initialize()
 {
     parent::_initialize();
     $this->libPath = APP_PATH . 'Content/';
 }