Login   Register  
PHP Classes
elePHPant
Icontem

Class: Forms

  Classes of Lennart Groetzbach  >  Forms  >  Download  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Forms Support forum
Base name: forms
Description: Class for generating forms
Related top rated classes: ,
Version: -
Required PHP version: -
License: GNU Lesser General Public License (LGPL)
All time users: 2470 users
All time rank: 1125
Week users: 2 users
Week rank: 1997
 
  Author   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  

Author

Picture of Lennart Groetzbach
Name: Lennart Groetzbach <e-mail contact>
Published packages: 13 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Home page: http://www.lennartgroetzbach.de/
Age: 36
All time rank: 37
Week rank: 270

Groups

Group folder image HTML HTML generation and processing View top rated classes

Detailed description

Class for generating forms

Utility class to generate form elements


function openForm($action, $method = 'post', $target = '', $fileUpload = false, $charset = '', $additional = '')
function closeForm()
function openFieldset($title, $pre = '')
function closeFieldset()
function hidden($name, $value='')
function checkBox($value, $group='', $selected=false, $additional='')
function checkBoxes($array, $group='', $selectArray, $additional='')
function radioButtons($array, $group='', $selectId=1, $additional = '')
function radioButton($value, $group='', $selected=false, $additional='')
function selectBox($array, $selected=0, $name='', $size=1, $multiple=false, $additional='')
function submitButton($title = '', $new = false, $newContent = '', $additional='')
function resetButton($title = '', $new = false, $newContent = '', $additional='')
function button($title, $name = '', $new = false, $newContent = '', $additional = '')
function textField($value, $name='', $hidden=false, $size =-1, $length =-1, $additional='')
function fileField($name = '', $file = '', $fileSize = 1000000, $size = -1, $accept="text/*", $additional='')
function textArea($value, $name='', $cols=-1, $rows=-1, $wrap='soft' ,$readOnly=false, $additional='')

User ratings

Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (75.0%)
Sufficient (68.8%)
-
Sufficient (75.0%)
-
-
Not sure (51.9%)
1270
Month:
Not yet rated by the users

Applications that use this class

Link Description
Uploader Class Class for handling file uploads
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file Forms.php Class main class
Accessible without login HTML file testForms.html Output example output
Accessible without login Plain text file testForms.php Example example
Download all files: forms.tar.gz forms.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.