coolcsn/csn-navigation
Composer 安装命令:
composer require coolcsn/csn-navigation
包简介
Navigation based on Zend Framework 2
关键字:
README 文档
README
What is CsnNavigation?
CsnNavigation is a Module for Navigation based on Zend Framework 2
What exactly does CsnNavigation?
CsnNavigation has been created with educational purposes to demonstrate how Navigation can be done. It is fully functional.
Installation
Installation via composer is supported, just make sure you've set "minimum-stability": "dev"
in your composer.jsonfile and after that run php composer.phar require coolcsn/csn-navigation:dev-master
Go to your application configuration in ./config/application.config.phpand add 'CsnNavigation'.
An example application configuration could look like the following:
'modules' => array(
'Application',
'CsnNavigation'
)
Navigation configuration
Copy ./vendor/coolcsn/csn-navigation/config/navigation.global.php.dist to
./config/autoload/navigation.global.php and edit.
Show navigation
Add this somewhere in your layout ./module/Application/view/layout/layout.phtml :
<?php echo $this->navigation('navigation')->menu(); ?>
Recommends
CsnUser - Authentication (login, registration) module, fully compatible with CsnAuthorization.
CsnAuthorization - Authorization compatible for this Registration and Logging;
CsnCms - Content management system;
统计信息
- 总下载量: 600
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-08-07