Esempio n. 1
0
 public function save($validate = true, $location = '')
 {
     if ($this->is_new_record()) {
         if ($this->GET() != null) {
             $this->pushValidateError('', 'Setup Page không cho phép thêm mới');
             return false;
         }
     }
     return parent::save($validate, $location);
 }