PHP Classes
elePHPant
Icontem

pdo singleton

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 20       Packages icon Packages (8)   Packages icon Forums icon Package forums (12)  
PDO Singleton Support forum dbconnectpdo Database access singleton using the PDO extension   This class implements database access singleton using the PDO extension. It creates a instance of the PDO object that acts as a singleton. The class provides functions to access a database using the PDO object ...
PDO Singleton Class Support forum pdo-class Initialize connection to access MySQL using PDO   This class can initialize connection to access MySQL using PDO. It works as a singleton object that sets up a connection to access a MySQL database. The class returns a PDO object after it initializes it ...
Singleton PDO Support forum spdo Create a singleton instance of PDO class   DEPRECATED This package can be used to create a singleton instance of the PDO class. It provides a static function that stores a reference of the current object in a static variable. Next time the function is called, it returns ...
PHP PDO Singleton Database Wrapper Support forum pdo_db_singleton Execute common MySQL queries using PDO   This class that can execute common MySQL queries using PDO. It uses the singleton design pattern to connect to a given MySQL database and execute SELECT, INSERT, UPDATE and DELETE prepared queries ...
PDO wrapper singleton Support forum myaccesspdo Database access wrapper using PDO   This class implements a database access wrapper using PDO. It can: - Setup database connections - Execute prepared queries - Retrieve result sets into arrays - Retrieve the last inserted identifier value Optionally ...
DB Class Singleton Support forum db-class-singleton Singleton to access SQL databases using PDO   This class implements the singleton design pattern to access SQL databases using PDO. It create a single instance of the class that can connect to a given database and execute SQL queries returning the ...
This class implements the singleton design pattern to access SQL databases using the PDO extension. It can connect to several possible SQL databases using the available PDO drivers. Currently it supports CUBRID, MySQL, PostgreSQL, Oracle, Microsoft SQL server and Sybase. The class can also execute ...
This package can cache database query results using memcached. It can connect to a given database using PDO and execute arbitrary SQL queries. The query results may be cached in a memcached server to avoid the overhead of executing the same queries. PHP 5 Namespace database cache class Support forum ...