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