source: pro-bachkim-filespace/sourcecode/api.violet.vn/cache/platform/prod/config/config_routing.yml.php @ 20

Last change on this file since 20 was 19, checked in by dungnv, 11 years ago
File size: 1.3 KB
Line 
1<?php
2// auto-generated by sfRoutingConfigHandler
3// date: 2014/05/07 16:15:25
4$routes = sfRouting::getInstance();
5$routes->setRoutes(
6array (
7  'homepage' =>
8  array (
9    0 => '/',
10    1 => '/^[\\/]*$/',
11    2 =>
12    array (
13    ),
14    3 =>
15    array (
16    ),
17    4 =>
18    array (
19      'module' => 'default',
20      'action' => 'index',
21    ),
22    5 =>
23    array (
24    ),
25    6 => '',
26  ),
27  'default_symfony' =>
28  array (
29    0 => '/symfony/:action/*',
30    1 => '#^/symfony(?:\\/([^\\/]+))?(?:\\/(.*))?$#',
31    2 =>
32    array (
33      0 => 'action',
34    ),
35    3 =>
36    array (
37      'action' => 1,
38    ),
39    4 =>
40    array (
41      'module' => 'default',
42    ),
43    5 =>
44    array (
45    ),
46    6 => '',
47  ),
48  'default_index' =>
49  array (
50    0 => '/:module',
51    1 => '#^(?:\\/([^\\/]+))?$#',
52    2 =>
53    array (
54      0 => 'module',
55    ),
56    3 =>
57    array (
58      'module' => 1,
59    ),
60    4 =>
61    array (
62      'action' => 'index',
63    ),
64    5 =>
65    array (
66    ),
67    6 => '',
68  ),
69  'default' =>
70  array (
71    0 => '/:module/:action/*',
72    1 => '#^(?:\\/([^\\/]+))?(?:\\/([^\\/]+))?(?:\\/(.*))?$#',
73    2 =>
74    array (
75      0 => 'module',
76      1 => 'action',
77    ),
78    3 =>
79    array (
80      'module' => 1,
81      'action' => 1,
82    ),
83    4 =>
84    array (
85    ),
86    5 =>
87    array (
88    ),
89    6 => '',
90  ),
91)
92);
Note: See TracBrowser for help on using the repository browser.