Beispiel #1
0
 public function save()
 {
     // -- Save the Client Details to the DB
     // ------------------------------------
     if (\ClientModel::saveClient($this->_values) == true) {
         return true;
     } else {
         return false;
     }
 }