[Pieforms-commit] SF.net SVN: pieforms: [244] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-12-28 04:04:51
|
Revision: 244
http://pieforms.svn.sourceforge.net/pieforms/?rev=244&view=rev
Author: oracleshinoda
Date: 2007-12-27 20:04:53 -0800 (Thu, 27 Dec 2007)
Log Message:
-----------
Added some more foldmarkers.
Still testing the 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 03:50:40 UTC (rev 243)
+++ pieforms-php5/trunk/src/pieform.php 2007-12-28 04:04:53 UTC (rev 244)
@@ -109,8 +109,10 @@
* For more information on how Pieforms works, please see the documentation
* at https://eduforge.org/wiki/wiki/mahara/wiki?pagename=FormAPI
*/
-class Pieform {
+class Pieform { // {{{
+ // {{{ Fields
+
/**
* Maintains a tab index across all created forms, to make it easy for
* people to forget about it and have it just work for all of their forms.
@@ -150,6 +152,8 @@
*/
private $submitted = false;
+ // }}}
+
/**
* Processes the form. Called by the {@link pieform} function. It simply
* builds the form (processing it if it has been submitted), and returns
@@ -1464,7 +1468,7 @@
}
}
-}
+} // }}}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|