PHPPDO is a database abstraction layer over the current PHP database functions, which aim is to offer a migration path for new applications to the PDO classes presented in PHP 5.1.


http://phppdo.sourceforge.net





Separate each tag with a space.

Release Date:

2009-04-14

Topic:

Operating System:

License:

Intended Audience:

Database Environment:

Programming Language:

Registered:

2008-01-30

Ratings and Reviews

  • Thumbs up:

    2
  • Thumbs down:

    0
100% of 2 users recommend this project
  • Thumbs up

    Use PDO even if your server does not support it ! A must-have lib for professionnal PHP applications ... Be ready for PHP6 ;)

    posted by lbelloeil 100 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    was looking exactly for this

    posted by anonymous 142 days ago
    If you'd like to rate this review, please log in.

View all reviews

Project Feed

  • Forum thread added

    lbelloeil created the Great work ! forum thread

    posted by lbelloeil 100 days ago

  • phppdo phppdo-1.4 file released: phppdo-1.4.zip

    1.4 April 14, 2009 PDOStatement::fetchOnject() doesn't throw a warning anymore when used with a PDO version packed with PHP 5.2.6 or earlier [Nikolay Ananiev <admin at devuni dot com>] 1.3 April 10, 2009 Implemented missing PDOStatement::fetchObject() and made it consistent with the PDO version shipped with PHP 5.2.7 [Nikolay Ananiev <admin at devuni dot com>] On connect error message was not shown in Oracle driver. [Nikolay Ananiev <admin at devuni dot com>] 1.2 November 8, 2008 Fixed syntax error in postgres (maybe others too) where a string literal can not be separated by space from a quoted string. For example regexp_split_to_table('some string', E'\\s+') would break, because the query parser would generate: E '\\s+' [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug, which would result in a syntax error when casting values in postgres. For example: SELECT '1'::integer; would break, because the parser was thinking that ":integer" is an oracle placeholder. [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug in the mysql driver (using the mysql extension) when a null value is supplied to the quote method, it would return an empty string. [Nikolay Ananiev <admin at devuni dot com>] 1.1 February 12, 2008 Many internal changes for drivers that do not support native prepare [Nikolay Ananiev <admin at devuni dot com>] Fixed quote bug in Statement::bindValue [Nikolay Ananiev <admin at devuni dot com>] PHPPDO::quote now accepts NULL values for PDO::PARAM_INT data type [Nikolay Ananiev <admin at devuni dot com>] Implemented Oracle (oci8) driver [Nikolay Ananiev <admin at devuni dot com>] 1.0RC1 February 2, 2008 Initial release... [Nikolay Ananiev <admin at devuni dot com>]

    posted 268 days ago

  • phppdo phppdo-1.4 file released: phppdo-1.4.tar.gz

    1.4 April 14, 2009 PDOStatement::fetchOnject() doesn't throw a warning anymore when used with a PDO version packed with PHP 5.2.6 or earlier [Nikolay Ananiev <admin at devuni dot com>] 1.3 April 10, 2009 Implemented missing PDOStatement::fetchObject() and made it consistent with the PDO version shipped with PHP 5.2.7 [Nikolay Ananiev <admin at devuni dot com>] On connect error message was not shown in Oracle driver. [Nikolay Ananiev <admin at devuni dot com>] 1.2 November 8, 2008 Fixed syntax error in postgres (maybe others too) where a string literal can not be separated by space from a quoted string. For example regexp_split_to_table('some string', E'\\s+') would break, because the query parser would generate: E '\\s+' [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug, which would result in a syntax error when casting values in postgres. For example: SELECT '1'::integer; would break, because the parser was thinking that ":integer" is an oracle placeholder. [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug in the mysql driver (using the mysql extension) when a null value is supplied to the quote method, it would return an empty string. [Nikolay Ananiev <admin at devuni dot com>] 1.1 February 12, 2008 Many internal changes for drivers that do not support native prepare [Nikolay Ananiev <admin at devuni dot com>] Fixed quote bug in Statement::bindValue [Nikolay Ananiev <admin at devuni dot com>] PHPPDO::quote now accepts NULL values for PDO::PARAM_INT data type [Nikolay Ananiev <admin at devuni dot com>] Implemented Oracle (oci8) driver [Nikolay Ananiev <admin at devuni dot com>] 1.0RC1 February 2, 2008 Initial release... [Nikolay Ananiev <admin at devuni dot com>]

    posted 268 days ago

  • phppdo phppdo-1.4 file released: phppdo-1.4.tar.bz2

    1.4 April 14, 2009 PDOStatement::fetchOnject() doesn't throw a warning anymore when used with a PDO version packed with PHP 5.2.6 or earlier [Nikolay Ananiev <admin at devuni dot com>] 1.3 April 10, 2009 Implemented missing PDOStatement::fetchObject() and made it consistent with the PDO version shipped with PHP 5.2.7 [Nikolay Ananiev <admin at devuni dot com>] On connect error message was not shown in Oracle driver. [Nikolay Ananiev <admin at devuni dot com>] 1.2 November 8, 2008 Fixed syntax error in postgres (maybe others too) where a string literal can not be separated by space from a quoted string. For example regexp_split_to_table('some string', E'\\s+') would break, because the query parser would generate: E '\\s+' [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug, which would result in a syntax error when casting values in postgres. For example: SELECT '1'::integer; would break, because the parser was thinking that ":integer" is an oracle placeholder. [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug in the mysql driver (using the mysql extension) when a null value is supplied to the quote method, it would return an empty string. [Nikolay Ananiev <admin at devuni dot com>] 1.1 February 12, 2008 Many internal changes for drivers that do not support native prepare [Nikolay Ananiev <admin at devuni dot com>] Fixed quote bug in Statement::bindValue [Nikolay Ananiev <admin at devuni dot com>] PHPPDO::quote now accepts NULL values for PDO::PARAM_INT data type [Nikolay Ananiev <admin at devuni dot com>] Implemented Oracle (oci8) driver [Nikolay Ananiev <admin at devuni dot com>] 1.0RC1 February 2, 2008 Initial release... [Nikolay Ananiev <admin at devuni dot com>]

    posted 268 days ago

  • PHPPDO-1.4 (stable) released

    PHPPDO-1.4 Fixed an incompatibility for versions of PDO packed with PHP 5.2.6 and earlier. PHPPDO is now compatible with all PHP 5.x.x versions. PHPPDO is a database abstraction layer over the current PHP database functions, which aim is to offer a migration path for new applications to the PDO classes presented in PHP 5.1. For more info: http://phppdo.sf.net http://www.devuni.com/forums/viewtopic.php?f=24&amp;t=5

    posted by hallmall 268 days ago

  • File released: /phppdo/phppdo-1.4/phppdo-1.4.tar.bz2

    posted 268 days ago

  • File released: /phppdo/phppdo-1.4/phppdo-1.4.tar.gz

    posted 268 days ago

  • File released: /phppdo/phppdo-1.4/phppdo-1.4.zip

    posted 268 days ago

  • phppdo phppdo-1.3 file released: phppdo-1.3.zip

    1.3 April 10, 2009 Implemented missing PDOStatement::fetchObject() and made it consistent with the PDO version shipped with PHP 5.2.7 [Nikolay Ananiev <admin at devuni dot com>] On connect error message was not shown in Oracle driver. [Nikolay Ananiev <admin at devuni dot com>] 1.2 November 8, 2008 Fixed syntax error in postgres (maybe others too) where a string literal can not be separated by space from a quoted string. For example regexp_split_to_table('some string', E'\\s+') would break, because the query parser would generate: E '\\s+' [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug, which would result in a syntax error when casting values in postgres. For example: SELECT '1'::integer; would break, because the parser was thinking that ":integer" is an oracle placeholder. [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug in the mysql driver (using the mysql extension) when a null value is supplied to the quote method, it would return an empty string. [Nikolay Ananiev <admin at devuni dot com>] 1.1 February 12, 2008 Many internal changes for drivers that do not support native prepare [Nikolay Ananiev <admin at devuni dot com>] Fixed quote bug in Statement::bindValue [Nikolay Ananiev <admin at devuni dot com>] PHPPDO::quote now accepts NULL values for PDO::PARAM_INT data type [Nikolay Ananiev <admin at devuni dot com>] Implemented Oracle (oci8) driver [Nikolay Ananiev <admin at devuni dot com>] 1.0RC1 February 2, 2008 Initial release... [Nikolay Ananiev <admin at devuni dot com>]

    posted 272 days ago

  • phppdo phppdo-1.3 file released: phppdo-1.3.tar.gz

    1.3 April 10, 2009 Implemented missing PDOStatement::fetchObject() and made it consistent with the PDO version shipped with PHP 5.2.7 [Nikolay Ananiev <admin at devuni dot com>] On connect error message was not shown in Oracle driver. [Nikolay Ananiev <admin at devuni dot com>] 1.2 November 8, 2008 Fixed syntax error in postgres (maybe others too) where a string literal can not be separated by space from a quoted string. For example regexp_split_to_table('some string', E'\\s+') would break, because the query parser would generate: E '\\s+' [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug, which would result in a syntax error when casting values in postgres. For example: SELECT '1'::integer; would break, because the parser was thinking that ":integer" is an oracle placeholder. [Nikolay Ananiev <admin at devuni dot com>] Fixed a bug in the mysql driver (using the mysql extension) when a null value is supplied to the quote method, it would return an empty string. [Nikolay Ananiev <admin at devuni dot com>] 1.1 February 12, 2008 Many internal changes for drivers that do not support native prepare [Nikolay Ananiev <admin at devuni dot com>] Fixed quote bug in Statement::bindValue [Nikolay Ananiev <admin at devuni dot com>] PHPPDO::quote now accepts NULL values for PDO::PARAM_INT data type [Nikolay Ananiev <admin at devuni dot com>] Implemented Oracle (oci8) driver [Nikolay Ananiev <admin at devuni dot com>] 1.0RC1 February 2, 2008 Initial release... [Nikolay Ananiev <admin at devuni dot com>]

    posted 272 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks