Exemplo n.º 1
0
 public function __get($name)
 {
     if ($name == "value") {
         return $this->model->{$this->col_name};
     }
     return parent::__get($name);
 }
Exemplo n.º 2
0
 public function get()
 {
     return $this->strtotime_reformat(parent::get(), $this->input_format);
 }
Exemplo n.º 3
0
 public function setup()
 {
     $this->create_directory(WAX_ROOT . $this->file_root);
     parent::setup();
 }