mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update docs to reflect the routes that are actually connected.
Refs #GH-1413
This commit is contained in:
parent
cd06edcf1d
commit
59cef53ffe
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Default routes that CakePHP provides as catch all routes.
|
|
||||||
*
|
|
||||||
* PHP 5
|
* PHP 5
|
||||||
*
|
*
|
||||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||||
|
@ -26,7 +24,6 @@
|
||||||
* created when your application has one or more plugins.
|
* created when your application has one or more plugins.
|
||||||
*
|
*
|
||||||
* - `/:prefix/:plugin` a plugin shortcut route.
|
* - `/:prefix/:plugin` a plugin shortcut route.
|
||||||
* - `/:prefix/:plugin/:action/*` a plugin shortcut route.
|
|
||||||
* - `/:prefix/:plugin/:controller`
|
* - `/:prefix/:plugin/:controller`
|
||||||
* - `/:prefix/:plugin/:controller/:action/*`
|
* - `/:prefix/:plugin/:controller/:action/*`
|
||||||
* - `/:prefix/:controller`
|
* - `/:prefix/:controller`
|
||||||
|
@ -35,7 +32,6 @@
|
||||||
* If plugins are found in your application the following routes are created:
|
* If plugins are found in your application the following routes are created:
|
||||||
*
|
*
|
||||||
* - `/:plugin` a plugin shortcut route.
|
* - `/:plugin` a plugin shortcut route.
|
||||||
* - `/:plugin/:action/*` a plugin shortcut route.
|
|
||||||
* - `/:plugin/:controller`
|
* - `/:plugin/:controller`
|
||||||
* - `/:plugin/:controller/:action/*`
|
* - `/:plugin/:controller/:action/*`
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue