PHP Classes

File: documentation/method/id/set_breadcrumb.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/id/set_breadcrumb.md   Download  
File: documentation/method/id/set_breadcrumb.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: 16 days ago
Size: 645 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_breadcrumb($foo, $bar)

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

 

Contoh Penggunaan

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

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

Anda juga dapat menggunakan metode ini secara berkelompok seperti berikut:

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

 

Baca Juga