Esempio n. 1
0
 public function CarLoadDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function OutStationCityLoadDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function NearestDriverDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function FilterPetMateListDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function IndexPageCityLoadDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function PetCategoriesDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function ForgotPasswordDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function PartyHardDriverDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function PetMateDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
     $this->googleAPIKey = $baseDAO->getGoogleAPIKey();
 }
 public function FirebaseTokenRegisterDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Esempio n. 11
0
 public function TaxiContactDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function DriverDetailsDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function ServicesOfCheapestRideAsPerCityDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Esempio n. 14
0
 public function PetServicesDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function InsertDeviceSensorsValueDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function CurrentLocationDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Esempio n. 17
0
 public function MyListingDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function ShopProductDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function PetServiceFeedbackDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function RegistrationDetailDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function TaxiServiceProviderDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function AddCustomerDetailslDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function SensorsInRoomDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function PollutionSensorDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Esempio n. 25
0
 public function UserReviewDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function WishListDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function UserLoginDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function UserRoomsLoadDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Esempio n. 29
0
 public function ClinicDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function SensorForGraphDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }