[Pieforms-commit] SF.net SVN: pieforms: [246] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-12-28 04:23:54
|
Revision: 246
http://pieforms.svn.sourceforge.net/pieforms/?rev=246&view=rev
Author: oracleshinoda
Date: 2007-12-27 20:23:58 -0800 (Thu, 27 Dec 2007)
Log Message:
-----------
Moved foldmarkers for process() method.
And still testing git stuff, of course!
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:12:11 UTC (rev 245)
+++ pieforms-php5/trunk/src/pieform.php 2007-12-28 04:23:58 UTC (rev 246)
@@ -153,7 +153,6 @@
private $submitted = false;
// }}}
- // {{{ process()
/**
* Processes the form. Called by the {@link pieform} function. It simply
@@ -163,13 +162,11 @@
* @param array $data The form description hash
* @return string The HTML representing the form
*/
- public static function process($data) {
+ public static function process($data) { // {{{
$form = new Pieform($data);
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.
|