| form_open() | ใช้สร้าง code ในส่วนของ tag เปิดของ form แบบ post ( มี attribute method="post" ) |
|---|---|
| form_close() | ใช้สร้าง code ในส่วนขงอ tag ปิดของ form |
| form_fieldset() | ใช้สร้าง code ในส่วนของ tag เปิดของ fieldset |
| form_fieldset_close() | ใช้สร้าง code ในส่วนของ tag ปิดของ fieldset |
| form_hidden( array_hidden ) | ใช้สร้าง input ประเภท hidden |
| form_hidden() | ใช้สร้าง input ประเภท hidden |
| form_input( array_input ) | ใช้สร้าง input ประเภท text |
| form_input() | ใช้สร้าง input ประเภท text |
| form_password( array_password ) | ใช้สร้าง input ประเภท password |
| form_password() | ใช้สร้าง input ประเภท password |
| form_upload( array_upload ) | ใช้สร้าง input ประเภท file |
| form_upload() | ใช้สร้าง input ประเภท file |
| form_textarea( array_textarea ) | ใช้สร้าง textarea |
| form_textarea() | ใช้สร้าง textarea |
| form_checkbox( array_checkbox ) | ใช้สร้าง input ประเภท checkbox |
| form_checkbox() | ใช้สร้าง input ประเภท checkbox |
| form_radio( array_radio ) | ใช้สร้าง input ประเภท radio |
| form_radio() | ใช้สร้าง input ประเภท radio |
| form_dropdown() | ใช้สร้าง select |
| form_submit( array_submit ) | ใช้สร้าง input ประเภท submit |
| form_submit() | ใช้สร้าง input ประเภท submit |
| form_reset( array_reset ) | ใช้สร้าง input ประเภท reset |
| form_reset() | ใช้สร้าง input ประเภท reset |
| form_button( array_button ) | ใช้สร้าง input ประเภท button |
| form_button() | ใช้สร้าง input ประเภท button |
| form_label() | ใช้สร้าง label |
| br() | ใช้สร้าง tag br ตามจำนวนที่กำหนด |
|---|---|
| nbs() | ใช้สร้างคำสั่ง ตามจำนวนที่กำหนด |
| heading() | ใช้สร้าง tag hx |
| img() | ใช้สร้าง tag img |
| link_tag( array_link ) | ใช้สร้าง tag link |
| link_tag() | ใช้สร้าง tag link |
| ol() | ใช้สร้าง tag ol |
| anchor() | ใช้สร้าง code ที่เป็น tag a |
|---|---|
| redirect() | ใช้เปลี่ยนหน้า web page ไปยัง page ที่กำหนด |
| random_string() | ใช้สุ่ม ข้อความ ตามจำนวนที่กำหนด |
|---|---|
| repeater() | ใช้แสดงข้อมูลที่กำหนด ซ้ำๆกัน ตามจำนวนที่กำหนด |
| reduce_double_slashes() | ใช้เปลี่ยน double slashes ให้เป็น single slashes ยกเว้นคำว่า http:// |
| trim_slashes() | ใช้ลบ slashes ที่อยู่ด้านหน้าสุด และด้านหลังสุด ออก |
| quotes_to_entities() | ใช้เปลี่ยน double quote และ single quote ให้เป็นสัญลักษณ์พิเศษของภาษา html |
| strip_quotes() | ใช้ลบ double quote และ single quote ออก |
| word_limiter() | ใช้กำหนดให้เหลือ คำตามจำนวนที่กำหนด และต่อท้ายด้วยคำที่กำหนด |
|---|---|
| character_limiter() | ใช้กำหนด ให้เหลือ ตัวอักษร ตามจำนวนที่กำหนด และต่อท้ายด้วยคำที่กำหนด |
| word_wrap() | ใช้ตัดคำขึ้นบรรทัดใหม่ เมื่อครบทุกๆจำนวนตัวอักษรที่กำหนด |
| word_censor() | ใช้ป้องกันคำไม่สุภาพ โดยการ แทนที่คำไม่สุภาพ ด้วยคำที่กำหนด |
| highlight_code() | ใช้กำหนดสีสันให้กับข้อความที่เป็นโค้ด |
| highlight_phrase() | ใช้แทรก tag html ลงไปในคำที่กำหนด |