PHP Classes

File: documentation/method/id/field_order.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/id/field_order.md   Download  
File: documentation/method/id/field_order.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: refactor: update the documentation template
refactor: documentation improvement
Date: 16 days ago
Size: 569 bytes
 

Contents

Class file image Download

Metode ini sama seperti column_order, perbedaannya adalah pada lokasi jenis sortir. Apabila column_order digunakan untuk sortir urutan kolom tabel, pada metode field_order digunakan untuk mengurutkan posisi daripada komponen input dalam formulir.

Referensi

field_order($params)

Parameter $params[mixed]nama-nama field yang diprioritaskan untuk diurutkan pertama.*

 

Contoh Penggunaan

$this->field_order('foo, bar, baz, qux');

 

Baca Juga