示例#1
0
 public function storeload()
 {
     $this->modified_date = date('Y-m-d H:i:s', (int) gmdate('U'));
     return parent::storeload();
 }
示例#2
0
 public function storeload()
 {
     if (method_exists($this->template, 'beforesave')) {
         $this->template->beforesave();
     }
     parent::storeload();
 }