-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of source and documentation to google code repo.
git-svn-id: http://php-phorms.googlecode.com/svn/trunk@2 7ca7cd46-97e6-11de-bc73-0172961ec0a2
- Loading branch information
Showing
63 changed files
with
18,887 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.