library navigation
Navigation for Nette
kollarovic/navigation
Navigation for Nette
- Tuesday, August 30, 2016
- by Kollarovic
- Repository
- 3 Watchers
- 3 Stars
- 777 Installations
- PHP
- 2 Dependents
- 0 Suggesters
- 4 Forks
- 0 Open issues
- 6 Versions
- 4 % Grown
Basic usage
composer.json, (*1)
{
"require":{
"kollarovic/navigation": "dev-master"
}
}
config.neon, (*2)
extensions:
navigation: Kollarovic\Navigation\DI\Extension
navigation:
backend:
label: Homepage
link: Homepage:default
items:
page:
label: Page
link: Page:default
setting:
label: Setting
link: Setting:default
items:
base:
label: Base
link: Setting:base
advanced:
label: Advanced
link: Setting:advanced
items:
web:
label: Web
link: Setting:web
mail:
label: Mail
link: Setting:mail
presenter, (*3)
use Kollarovic\Navigation\ItemsFactory;
use Kollarovic\Navigation\NavigationControl;
use Kollarovic\Navigation\SitemapControl;
abstract class BasePresenter extends Nette\Application\UI\Presenter
{
/** @var \Kollarovic\Navigation\ItemsFactory @inject */
public $itemsFactory;
protected function createComponentNavigation()
{
return new NavigationControl($this->itemsFactory->create('backend'));
}
protected function createComponentSitemap()
{
return new SitemapControl($this->itemsFactory->create('backend'));
}
}
template.latte, (*4)
{control navigation:menu}
{control navigation:breadcrumb}
{control navigation:panel}
{control sitemap}
dev-master
9999999-dev
Navigation for Nette
Sources
Download
MIT
The Requires
The Development Requires
by
Mario Kollarovic
navigation
nette
1.0.4
1.0.4.0
Navigation for Nette
Sources
Download
New BSD
The Requires
The Development Requires
by
Mario Kollarovic
navigation
nette
1.0.3
1.0.3.0
Navigation for Nette
Sources
Download
New BSD
The Requires
The Development Requires
by
Mario Kollarovic
navigation
nette
1.0.2
1.0.2.0
Navigation for Nette
Sources
Download
New BSD
The Requires
The Development Requires
by
Mario Kollarovic
navigation
nette
1.0.1
1.0.1.0
Navigation for Nette
Sources
Download
New BSD
The Requires
The Development Requires
by
Mario Kollarovic
navigation
nette
1.0.0
1.0.0.0
Navigation for Nette
Sources
Download
New BSD
The Requires
The Development Requires
by
Mario Kollarovic
navigation
nette