PHP Classes

File: documentation/method/en/unset_field.md

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

Contents

Class file image Download

Metode unset_field digunakan untuk menghilangkan/membatasi bidang yang tampil pada formulir tambah atau edit

Reference

unset_field($params)

Parameter $params[mixed]nama-nama bidang yang ingin hilangkan pada tampilan formulir.*

 

Usage Sample

$this->unset_field('nama_depan, nama_belakang, jenis_kelamin, alamat');

 

Read Also