2017 © Pedro Peláez
 

library csn-navigation

Navigation based on Zend Framework 2

image

coolcsn/csn-navigation

Navigation based on Zend Framework 2

  • Monday, August 19, 2013
  • by wingman
  • Repository
  • 1 Watchers
  • 1 Stars
  • 517 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CsnNavigation

What is CsnNavigation?, (*1)

CsnNavigation is a Module for Navigation based on Zend Framework 2, (*2)

What exactly does CsnNavigation?, (*3)

CsnNavigation has been created with educational purposes to demonstrate how Navigation can be done. It is fully functional., (*4)

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, (*5)

Go to your application configuration in ./config/application.config.phpand add 'CsnNavigation'. An example application configuration could look like the following:, (*6)

'modules' => array(
    'Application',
    'CsnNavigation'
)

Navigation configuration

Copy ./vendor/coolcsn/csn-navigation/config/navigation.global.php.dist to ./config/autoload/navigation.global.php and edit., (*7)

Show navigation

Add this somewhere in your layout ./module/Application/view/layout/layout.phtml :, (*8)

<?php echo $this->navigation('navigation')->menu(); ?>

Recommends

CsnUser - Authentication (login, registration) module, fully compatible with CsnAuthorization., (*9)

CsnAuthorization - Authorization compatible for this Registration and Logging;, (*10)

CsnCms - Content management system;, (*11)

The Versions

19/08 2013

dev-master

9999999-dev https://github.com/coolcsn/CsnNavigation

Navigation based on Zend Framework 2

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

by Anton Tonev
by Nikolai Ivanov

zf2 csn-navigation

19/08 2013

dev-develop

dev-develop https://github.com/coolcsn/CsnNavigation

Navigation based on Zend Framework 2

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

by Anton Tonev
by Nikolai Ivanov

zf2 csn-navigation

19/08 2013

0.1.0

0.1.0.0 https://github.com/coolcsn/CsnNavigation

Navigation based on Zend Framework 2

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

by Anton Tonev
by Nikolai Ivanov

zf2 csn-navigation