Projects / PDO4You

PDO4You

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, 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.

Tags
Licenses
Implementation

RSS Recent releases

  •  21 Jan 2013 19:43

    Release Notes: This release adds support to the adapter VCAP SERVICES.

    •  12 Nov 2012 23:06

      Release Notes: This release adds support for the CUBRID database.

      Screenshot

      Project Spotlight

      R2CORBA

      CORBA for Ruby.

      Screenshot

      Project Spotlight

      CmdOption

      A simple annotation-driven command line parser toolkit for Java 5 applications.