PHP Classes

File: documentation/method/id/or_like.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/id/or_like.md   Download  
File: documentation/method/id/or_like.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: 655 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

or_like($foo, $bar)

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

 

Contoh Penggunaan

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

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

Anda juga dapat menggunakan metode ini secara berkelompok seperti berikut:

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

 

Baca Juga