July 5th, 2008
n” clause to EZOQL (#193)
Incompatibility with Pear Logger (#206)
composed_of objects with inverse not deleted (#209)
Add dropTable() support (#210)
PHP mkdir fails sometimes (#211)
EZOQL with placeholder objects broken (#218)
‘onPreLoad’ missing (#220)
Free instant credit report
Life insurance for kids
Auto insurance comprehensive coverage
Will my […]
Read more Comments Off
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