// 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
}
}
Prairie Dental Group
At Prairie Dental Group you will feel welcomed in your dental home. Here we make sure you understand your dental care and how we can help you..."
Other Listings
1320 W A St, Lincoln, NE 68522, Lincoln
(0 reviews)
2746 South St, Lincoln, NE 68502, Lincoln
(0 reviews)
4640 Champlain Dr #105, Lincoln, NE 68521, Lincoln
(0 reviews)