Exemplo n.º 1
0
 public function CarLoadDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function OutStationCityLoadDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 3
0
 public function NearestDriverDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function FilterPetMateListDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 5
0
 public function IndexPageCityLoadDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 6
0
 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();
 }
Exemplo n.º 9
0
 public function PetMateDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
     $this->googleAPIKey = $baseDAO->getGoogleAPIKey();
 }
 public function FirebaseTokenRegisterDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 11
0
 public function TaxiContactDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 12
0
 public function DriverDetailsDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function ServicesOfCheapestRideAsPerCityDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 14
0
 public function PetServicesDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function InsertDeviceSensorsValueDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 16
0
 public function CurrentLocationDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo 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();
 }
Exemplo n.º 21
0
 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();
 }
Exemplo n.º 25
0
 public function UserReviewDataDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
Exemplo n.º 26
0
 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();
 }
Exemplo n.º 29
0
 public function ClinicDetailsDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }
 public function SensorForGraphDAO()
 {
     $baseDAO = new BaseDAO();
     $this->con = $baseDAO->getConnection();
 }