May 9th, 2007
Table of Contents showTocToggle(”[+]”,”[-]”)
OQL
XMI/UML
XML Schema
Musing the following.
OQL
Object query language (OQL) offers a more flexible and efficient way to find objects. The JDO specfication (especially Chapter 14) provides a lot of interesting stuff to chew on. Sitepoint.com has an interesting thread on the topic.
Note: We have implemented a preliminary version of OQL in EZPDO. Find […]
Read more | Comment
May 9th, 2007
Table of Contents showTocToggle(”[+]”,”[-]”)
EZPDO is test-driven
Kick off the tests
Before testing
From browser
From command line
Report problems
EZPDO is test-driven
We take pride in the fact that EZPDO has been a test-driven project from day one. We use
Simpletest to facilitate our testing.
Hats off to the folks at lastcraft.com and those who have contributed to that project!
Also because of the […]
Read more | Comment
May 9th, 2007
Coding Standard
We follow the PEAR coding standard.
Read more | Comments
May 9th, 2007
he palest ink is better than the best memory.”
EZPDO documentation is composed of two parts.
This wiki contains overview, tutorials, user manual, developer’s guide and FAQ.
The Development API document generated by phpDocumentor from the source code.
Read more | Comment
May 9th, 2007
do object-oriented programming (OOP), it’s probably hard to understand and use EZPDO. If you are willing to learn the OO way in PHP, you probably should […]
Read more | Comments