Skip to content

Commit

Permalink
Initial commit of source and documentation to google code repo.
Browse files Browse the repository at this point in the history
git-svn-id: http://php-phorms.googlecode.com/svn/trunk@2 7ca7cd46-97e6-11de-bc73-0172961ec0a2
  • Loading branch information
sysread committed Sep 2, 2009
1 parent a8eddd3 commit 7727b31
Show file tree
Hide file tree
Showing 63 changed files with 18,887 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_doc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

phpdoc -pp -d src -t doc -o HTML:frames:phphtmllib
11 changes: 11 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
1.02
* fixed bug in Phorm where default data may sometimes be overwritten incorrectly
* fixed bug in HiddenField where parent class was instantiated incorrectly

1.01
* fixed bug in PhormField::is_valid where false values skipped field-level validation
* FileFields and ImageFields now pass either null or a File/Image instance to user-defined validators
* added file_drop.php to examples

1.0
* initial release
Loading

0 comments on commit 7727b31

Please sign in to comment.