May 9th, 2007
Table of Contents showTocToggle(”[+]”,”[-]”)
A simple example
Mapping
Persisting
Retrieval
Delete and update
Wanna do more?
A simple example
The following is a simple example that shows you how to use EZPDO to persist and retrieve your objects.
You may want to check out the tutorial that showcases more advanced features that EZPDO has after following this simple example.
Mapping
Suppose you have a class […]
Read more | Comment
May 9th, 2007
Table of Contents showTocToggle(”[+]”,”[-]”)
Overview
Basic queries
From and Where
The in operator
Sorting and limit
Simplified syntax
Aggregate functions
Advanced queries
Single-valued vars
Many-valued vars
Overview
EZOQL stands for EZPDO Object Query Language. EZOQL is a mini query language that resembles the standard SQL SELECT statements. It provides great flexibility in object retrieval.
Despite the resemblance to standard SQL statements, please keep in mind EZOQL is […]
Read more | Comment
May 9th, 2007
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 […]
Read more | Comment
May 9th, 2007
hin" DBAL wrapper
Supported libraries
Planned to support
Configuration options
Read more | Comment
May 9th, 2007
This is the guide for EZPDO developers.
Prerequisites
Coding standard
Documentation
Development API
Version control
Quality assurance
What’s planned?
Read more | Comment