| label() | ใช้คืนค่า tag label |
|---|
method:label ( for, text, attribute );
return type:string
special:static
content:ใช้คืนค่า tag label
example:$attribute_text = " class='cssText' id='firstName' "; echo form::input ( "first_name", "", $attribute_text ); $attribute_label = " class='cssLabel' id=label' "; echo form::label ( "firstName", "First Name :", $attribute_label );