Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Bread Crumbs  crum crum

Description: keep it simple

Every respectful site have one like this. Very useful to show users where they are relatively to other pages in the site. The user then can navigate easily backwards trought the crumbs.

How to use: do the magic

First we have to run the getCrumbs function, then we will get a nice array that holds all the information we need for our bread crumb.

The second step is to put the array we got in the first step on view logic. We can now create a fragment file with includeFragment that will use the array we have (or we can use the already prepeard file: '\application\themes\rim\fragments\breadCrumbs.php'). Fragment is best method for this, because it can be pulled from everywhere.

List of methods/functions:

getCrumbs this::getCrumbs();

Info Panel
Roll it!   ⇔