2017 © Pedro Peláez
 

symfony-bundle route-bundle

Shiroyuki RouteBundle

image

shiroyuki/route-bundle

Shiroyuki RouteBundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

RouteBundle

Route Utility Bundle for Symfony 2.x, (*1)

Install

  1. Add shiroyuki/route-bundle to the required section of composer.json.
  2. After updating your vendor folder, register the bundle to the app/AppKernel.php.
  3. Make sure that your security settings allow the access.

Usage

First, import the javascript from the controller., (*2)

``` django , (*3)


Then, instantiate the offline router. ``` javascript var router = new OfflineRouter();

There is only one interface., (*4)

javascript // suppose PARAMETERS is a one-dimentional associate array. (String) router.get(ROUTE_ID, PARAMETERS);, (*5)

Please note that unknown parameters for a route will be ignored., (*6)

The Versions

26/10 2012

dev-master

9999999-dev https://github.com/shiroyuki/RouteBundle

Shiroyuki RouteBundle

  Sources   Download

MIT

The Requires

 

javascript route