Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9643 Rev 9644
Línea 4138... Línea 4138...
4138
                                        'foro' => [
4138
                                        'foro' => [
4139
                                            'type' => Literal::class,
4139
                                            'type' => Literal::class,
4140
                                            'options' => [
4140
                                            'options' => [
4141
                                                'route' => '/foro',
4141
                                                'route' => '/foro',
Línea -... Línea 4142...
-
 
4142
                                             
4142
                                             
4143
                                            ],
4143
                                            ],'may_terminate' => true,
4144
                                            'may_terminate' => true,
4144
                                            'child_routes' => [
4145
                                            'child_routes' => [
4145
                                                'categories' => [
4146
                                                'categories' => [
4146
                                                    'type' => Literal::class,
4147
                                                    'type' => Literal::class,
4147
                                                    'options' => [
4148
                                                    'options' => [
4148
                                                        'route' => '/categories',
4149
                                                        'route' => '/categories',
4149
                                                        'defaults' => [
4150
                                                        'defaults' => [
4150
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4151
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4151
                                                            'action' => 'index'
4152
                                                            'action' => 'index'
4152
                                                        ]
4153
                                                        ]
-
 
4154
                                                    ],
4153
                                                    ],
4155
                                                    'may_terminate' => true,
-
 
4156
                                                    'child_routes' => [
-
 
4157
                                                        'add' => [
-
 
4158
                                                            'type' => Literal::class,
-
 
4159
                                                            'options' => [
-
 
4160
                                                                'route' => '/add',
-
 
4161
                                                                'defaults' => [
4154
                                                    'child_routes' => [
-
 
-
 
4162
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
4163
                                                                    'action' => 'add'
-
 
4164
                                                                ]
-
 
4165
                                                            ]
4155
                                                        
4166
                                                        ],
4156
                                                        'edit' => [
4167
                                                        'edit' => [
4157
                                                            'type' => Segment::class,
4168
                                                            'type' => Segment::class,
4158
                                                            'options' => [
4169
                                                            'options' => [
4159
                                                                'route' => '/edit[/:category_uuid]',
4170
                                                                'route' => '/edit[/:category_uuid]',