|
OpenSencillo
2015.009
Long live the simplicity of PHP
|
Public Member Functions | |
| url ($array=false) | |
| addUrl ($url, $template) | |
| removeUrl ($url) | |
| getPage ($page) | |
| breadcrumb ($page, $pageNames) | |
Protected Attributes | |
| $data | |
Definition at line 12 of file url.management.urlman.php.
| addUrl | ( | $url, | |
| $template | |||
| ) |
Add url
| string | relative page url |
| string | file template url |
Definition at line 36 of file url.management.urlman.php.
| breadcrumb | ( | $page, | |
| $pageNames | |||
| ) |
Breadcrumb select
| string | from PAGE |
| array('ab/cd/ef'=>'Ef | page') |
$this->breadcrumb(PAGE,array('first'=>'My first page','first/second'=>'My second page','first/second/third'=>'My third page'));
Definition at line 69 of file url.management.urlman.php.
| removeUrl | ( | $url | ) |
| url | ( | $array = false | ) |