This package implements the PDO database abstraction interface that is compatible with PHP 4. PDO is an extension introduced in PHP 5 that provides a common interface to several types of relational databases. Since PDO only became standard extension with PHP 5.1 and very few hosting companies provide ...
Cyber MySQL PDO Support forum cb-sql-connect Execute database queries from parameters with PDO This class can execute database queries from parameters with PDO. It can take parameters that define tables, fields, values and conditions to execute SELECT, INSERT, UPDATE and delete queries. The class ...
SQLite PDO Support forum sqlitepdoclass Retrieve SQLite database data using PDO This class can be used to retrieve data from an SQLite database using PDO. It can connect to an SQLite database using the PDO API and execute SQL queries to retrieve data from the tables. The data may be outputted formatted ...
PDO Pagination Support forum pdopagination Display query results split in pages using PDO This package can be used to display query results split in pages using PDO. It takes an SQL query and executes it once to retrieve the total number of rows that it would return. It can generate HTML with links ...
This class can access different types of SQL database using PDO. It provides a common interface to access different types of database like MySQL, PostgreSQL, Microsoft SQL server, IBM DB2, SQLite, Oracle, Informix, and Firebird. The class can establish connections, execute queries, retrieve single ...
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 ...
PDO MySQLi MySQL Class Support forum pdo-mysqli-mysql-v3 Access MySQL using MySQL, MySQLi or PDO extensions This package can be used to access MySQL databases using MySQL, MySQLi or PDO extensions. There is a base class that defines an interface to access MySQL databases and there are also sub-classes ...
pdo_p Support forum pdo_p Execute database queries from parameters using PDO This class can execute database queries from parameters using PDO. It can connect to a given database using the PDO extension and can execute arbitrary queries or INSERT and UPDATE queries from parameters that define tables ...
PDO Paginate Support forum pdo-paginate Build pagination links for MySQL queries using PDO This class can build pagination links for MySQL queries using PDO or MySQLi. It takes a given SQL query and calculates the expected number of result rows in order to build a HTML list of links to browse the ...
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 ...