// Register a new vendor
public function register($user_data) {
// Ensure $user_data is an associative array
if (is_array($user_data) && !empty($user_data)) {
$this->db->insert('vendor', $user_data);
return true;
} else {
return false;
}
}
// Check if an email already exists
public function check_email_exists($email) {
$this->db->where('vendor_email', $email);
$query = $this->db->get('vendor');
if ($query->num_rows() > 0) {
return true; // Email exists
} else {
return false; // Email doesn't exist
}
}
Western Dental & Orthodontics
Western Dental & Orthodontics was named The Best Dental Group of 2019 by the Orange County Register. We are proud to announce our nomination and are honored to be a part of the 26th annual Best of Orange County awards.
Other Listings
1971 E 17th St Ste A Santa Ana, CA 92705, Santa Ana
(0 reviews)
1906 N Broadway Santa Ana, CA 92706, Santa Ana
(0 reviews)
1334 W 1st St, Santa Ana, CA 92703, Santa Ana
(0 reviews)