pictcode / lib / Cake / Test / test_app / Config / routes.php @ 635eef61
履歴 | 表示 | アノテート | ダウンロード (808 Bytes)
1 | 635eef61 | spyder1211 | <?php
|
---|---|---|---|
2 | /**
|
||
3 | * Routes file
|
||
4 | *
|
||
5 | * Routes for test app
|
||
6 | *
|
||
7 | * CakePHP : Rapid Development Framework (http://cakephp.org)
|
||
8 | * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||
9 | *
|
||
10 | * Licensed under The MIT License
|
||
11 | * For full copyright and license information, please see the LICENSE.txt
|
||
12 | * Redistributions of files must retain the above copyright notice.
|
||
13 | *
|
||
14 | * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||
15 | * @link http://cakephp.org CakePHP Project
|
||
16 | * @package Cake.Test.TestApp.Config
|
||
17 | * @since CakePHP v 2.0
|
||
18 | * @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||
19 | */
|
||
20 | |||
21 | Router::parseExtensions('json'); |
||
22 | Router::connect('/some_alias', array('controller' => 'tests_apps', 'action' => 'some_method')); |