[Pieforms-commit] SF.net SVN: pieforms: [245] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-12-28 04:12:08
|
Revision: 245
http://pieforms.svn.sourceforge.net/pieforms/?rev=245&view=rev
Author: oracleshinoda
Date: 2007-12-27 20:12:11 -0800 (Thu, 27 Dec 2007)
Log Message:
-----------
More foldmarkers.
And more testing of git stuff!
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform.php
Modified: pieforms-php5/trunk/src/pieform.php
===================================================================
--- pieforms-php5/trunk/src/pieform.php 2007-12-28 04:04:53 UTC (rev 244)
+++ pieforms-php5/trunk/src/pieform.php 2007-12-28 04:12:11 UTC (rev 245)
@@ -153,6 +153,7 @@
private $submitted = false;
// }}}
+ // {{{ process()
/**
* Processes the form. Called by the {@link pieform} function. It simply
@@ -167,6 +168,8 @@
return $form->build();
}
+ // }}}
+
/**
* Sets the attributes of the form according to the passed data, performing
* validation on the way. If the form is submitted, this checks and processes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|