PHP Classes

File: documentation/method/en/unset_column.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/en/unset_column.md   Download  
File: documentation/method/en/unset_column.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
Date: 17 days ago
Size: 391 bytes
 

Contents

Class file image Download

Metode unset_column digunakan untuk menghilangkan/membatasi kolom yang tampil pada tabel

Reference

unset_column($params)

Parameter $params[mixed]nama-nama field yang tidak tampil/di hilangkan pada tampilan tabel.*

 

Usage Sample

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

 

Read Also