// 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 } } Paul Cassidy Attorney at Law

Paul Cassidy Attorney at Law

  • (0 reviews)
  • Lawyers
  • 0 - 0
Paul Cassidy Attorney at Law

Paul Cassidy Attorney at Law

Map

Reviews

Add Review

Your rating

Other Listings

Capitol Family Dentistry of Washington DC

335 C St SE, Washington, DC 20003, Washington

(0 reviews)

East Capitol Dental - Bowers Larry DDS

711 E Capitol St SE, Washington, DC 20003, Washington

(0 reviews)

District Dental Solutions of Washington DC

1140 19th St NW, Washington, DC 20036, Washington

(0 reviews)

Our Social

Opening Time

Mon -
Tue -
Wed -
Thurs -
Fri -
Sat -
Sun -

Contact

Latest Listings