Installation

EZPDO is self-contained1). Simply download and unzip, and you are good to go!

  • Download the latest EZPDO release.
  • Extract tarball to a directory you desire.

    tar -xzvf ezpdo.tar.gz -C /path/to/install/ezpdo

  • Check if your system is ready for EZPDO.
  • Check out the tutorial to quickstart with EZPDO.
1) The default database library is ADODb. Only if you prefer PEAR::DB do you need to do a PEAR install. See system requirements.

3 user comments

  1. EZPDO: An O/R Mapping and Persistence Solution for PHP5 on April 28th, 2005:

    […] detailed info on the changes. EZPDO is now made a self-contained package, which makes the installation a snap - you simply download, unzip, and you are good to go. The tutorial example and tests shoul […]

  2. zzz on February 10th, 2006:

    Hi, I’m reconfiguring ezpdo but I found such an error:
    Fatal error: Call to undefined function: eploadconfig() in G:\Program Files\Apache Group\Apache2\htdocs\EZPDO_Authenticate\login.php on line 13

    However my file is included:
    require(’http://127.0.0.1/EZPDO_Authenticate/tech_ressources/ezpdo/ezpdo_runtime.php’);

    I don’t know why.

  3. ezpdo4php on February 10th, 2006:

    try include ezpdo_runtime.php as a file instead of a uri. for example:
    require_once(’/path/to/ezpdo_runtime.php’);

Post your comments

XHTML: tags you can use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Couldn't find your convert utility. Check that you have ImageMagick installed.