cakephp2-php8/lib/Cake/Routing
mark_story 4265dbcc33 Use App.base when there are no requests to generate URL's
Setting App.fullBaseUrl to a non-host value causes issues generating
URL's in a web context. However, not including the base path generates
incorrect URL's in a CLI context. This change allows the use of App.base
to populate the base path which is used as a fallback when there are no
requests, or when the base path is empty.

Refs #2931
2013-10-10 23:07:03 -04:00
..
Filter cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
Route RedirectRoute class does not honor persist as array with custom route elements. 2013-08-17 14:51:12 -04:00
Dispatcher.php Cake to CakePHP name 2013-09-27 19:36:43 +02:00
DispatcherFilter.php cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
Router.php Use App.base when there are no requests to generate URL's 2013-10-10 23:07:03 -04:00