Пример #1
0
 public function updateAll($data)
 {
     if ($data['password']) {
         $data['password'] = password_hash($data['password'], PASSWORD_DEFAULT);
     }
     return parent::updateAll($data);
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'news';
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'basic_contents';
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'projects';
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'testimonies';
 }