Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5201597
Hits Heute: 1026
max. Hits (10.07.07): 6964
User Online: 40
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Jetzt lerne ich ASP.NET . Dynamische Webseiten im .NET-Framework einfach programmiert
Jetzt lerne ich ASP.NET . Dynamische Webseiten im .NET-Framework einfach programmiert

Manuals > PEAR > HTML_QuickForm::addElement()

HTML_QuickForm::addElement()

HTML_QuickForm::addElement() -- Adds an element into the form

Description

Adds an element into the form. If $element is a string representing an element type, then this method accepts variable number of parameters, their meaning and count depending on element type.

Parameters starting from second will be passed to the element's constructor, consult the docs for the appropriate element to find out which parameters to pass.

Parameter

mixed $element

element object or type of element to add (text, textarea, file...)

Return value

return reference to added element

Note

since 1.0

This function can not be called statically.


Copyright 1998 - 2009 by I.S.U.M.