// 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
}
}
Mint Dental was established by Dr. Sandra Diaz , who has earned her bachelor degree in psychology at Florida International University, and obtained her DMD at Nova South Eastern University.
Other Listings
400 W 41st St Ste 502 Miami Beach, FL 33140, Miami
(1 reviews)
9700 S Dixie Hwy Ste 910 Miami, FL 33156, Miami
(1 reviews)
6705 Red Rd Ste 308 Coral Gables, FL 33143, miami
(0 reviews)