| hidden ( array_hidden ) | ใช้คืนค่า tag input ประเภท hidden |
|---|
method:hidden ( array_hidden );
return type:string
special:static
content:ใช้คืนค่า tag input ประเภท hidden
example:$hidden = array ( "id" => "1", "parent_id" => "2" ); echo form::hidden ( $hidden );
comment:ต้วแปร array_hidden ใช้กำหนด input ประเภท hidden โดย key คือ name และ value คือ ค่าข้อมูล