| attributes() | ใช้คืนค่า คำสั่งของ attribute |
|---|
method:attributes ( array_attribute );
return type:string
special:static
content:ใช้คืนค่า คำสั่งของ attribute
example:$attributes = array ( "class"=>"cssText", "id"=>"firstName" ); $attribute = form::attributes ( $attributes ); echo form::input ( "first_name", "", $attribute );