| input() | ใช้คืนค่า tag input ประเภท text |
|---|
method:input ( name, value, attribute )
return type:string
special:static
content:ใช้คืนค่า tag input ประเภท text
example:$attribute = " class='cssText' id='firstName' "; echo form::input ( "first_name", "", $attribute );