Download the PHP package k1low/controller_prefix without Composer
On this page you can find all versions of the php package k1low/controller_prefix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download k1low/controller_prefix
More information about k1low/controller_prefix
Files in k1low/controller_prefix
Download k1low/controller_prefix
More information about k1low/controller_prefix
Files in k1low/controller_prefix
Vendor k1low
Package controller_prefix
Short Description `Controller name prefix' custom route plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/controler_prefix
Package controller_prefix
Short Description `Controller name prefix' custom route plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/controler_prefix
Please rate this library. Is it a good library?
Informations about the package controller_prefix
Controller prefix plugin for CakePHP
`Controller name prefix' custom route plugin for CakePHP
Background
This custom route class prove controller name prefix route.
ex. /admin/users/edit => AdminUsersController::edit()
Installation
Install 'ControllerPrefix' by recipe.php , and set CakePlugin::load('ControllerPrefix');
Usage
Add the following code in routes.php
App::uses('ControllerPrefixRoute', 'ControllerPrefix.Routing/Route');
Router::connect('/admin/:controller/:action/*',
array('controllerPrefix' => 'admin'), array('routeClass' => 'ControllerPrefixRoute'));
License
under MIT Lisence
All versions of controller_prefix with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
*
The package k1low/controller_prefix contains the following files
Loading the files please wait ....