diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 14:57:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 14:57:56 -0400 |
commit | 5d1a6f0fef3b99167babfa304ceda9b67720f399 (patch) | |
tree | 451830a55e2cacac2d224ac85a6e2d74a57a36ac /doc/README | |
parent | a9c57467e77f5420cca866d5e4c28b10da2f75fc (diff) |
add validation methods to classes
darcs-hash:20080520185756-84dde-290bc12cddfc1738a96385e95821d466eff11196.gz
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README b/doc/README new file mode 100644 index 000000000..546e4320b --- /dev/null +++ b/doc/README @@ -0,0 +1,6 @@ +This package requires PHP 5.x and the following PHP Pear libraries: + +- DB_DataObject +- Validate +- XMLWriter + |