PHP Classes

File: documentation/method/en/unset_view.md

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

Contents

Class file image Download

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

Reference

unset_view($params)

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

 

Usage Sample

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

 

Read Also