PHP Classes

File: documentation/method/id/unset_view.md

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

Contents

Class file image Download

Metode unset_view digunakan untuk menghilangkan/membatasi bidang yang tampil pada tampilan detil

Referensi

unset_view($params)

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

 

Contoh Penggunaan

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

 

Baca Juga