Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6521 | Rev 6749 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6521 Rev 6605
Línea 3032... Línea 3032...
3032
                        'action' => 'index'
3032
                        'action' => 'index'
3033
                    ]
3033
                    ]
3034
                ],
3034
                ],
3035
                'may_terminate' => true,
3035
                'may_terminate' => true,
3036
                'child_routes' => [
3036
                'child_routes' => [
-
 
3037
                    'menu' => [
-
 
3038
                        'type' => Literal::class,
-
 
3039
                        'options' => [
-
 
3040
                            'route' => '/menu',
-
 
3041
                            'defaults' => [
-
 
3042
                                'controller' => '\LeadersLinked\Controller\HelperController',
-
 
3043
                                'action' => 'menu'
-
 
3044
                            ]
-
 
3045
                        ]
-
 
3046
                    ],
-
 
3047
                    
3037
                    'search-people' => [
3048
                    'search-people' => [
3038
                        'type' => Literal::class,
3049
                        'type' => Literal::class,
3039
                        'options' => [
3050
                        'options' => [
3040
                            'route' => '/search-people',
3051
                            'route' => '/search-people',
3041
                            'defaults' => [
3052
                            'defaults' => [