PHP Classes

File: documentation/method/id/set_field.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/id/set_field.md   Download  
File: documentation/method/id/set_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
refactor: update the documentation template
refactor: documentation improvement
Date: 15 days ago
Size: 625 bytes
 

Contents

Class file image Download

Kontribusi kalian dibutuhkan!

Silakan perbarui halaman ini melalui GitHub dengan menggunakan format standar berikut dilengkapi dengan kalimat pembukaan.

Referensi

set_field($foo, $bar)

Parameter $foo[string]keterangan terkait variabel;* $bar[string]keterangan terkait variabel.*

 

Contoh Penggunaan

$this->set_field('foo', 'bar');

$this->set_field('baz', 'qux');

Anda juga dapat menggunakan metode ini secara berkelompok seperti berikut:

$this->set_field([
    'foo' => 'bar',
    'baz' => 'qux'
]);

 

Baca Juga