Download List

Projeto Descrição

PDO4You is a class that implements the Singleton design pattern for connecting the database using the PDO extension (PHP Data Objects). It provides an abstraction layer for accessing data, regardless of which database you are using, and ensures that there is a single object instance per database connection. It can connect to several possible SQL databases using the available PDO drivers. Currently it supports MySQL, PostgreSQL, SQLite, MariaDB, Oracle, Microsoft SQL server, Sybase, and CUBRID (a database highly optimized for Web applications). The class can also execute multiple queries at once given a string in JSON format that specifies the type of query, the tables, fields, field values, conditions, etc.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-22 04:43
2.8

Esta versão adiciona suporte para o adaptador de serviços da CV.
This release adds support to the adapter VCAP SERVICES.

2012-11-13 08:06
2.6

Esta versão adiciona suporte para o banco de dados do CUBRID.
This release adds support for the CUBRID database.

Project Resources