Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8462 Rev 8529
Línea 4137... Línea 4137...
4137
                    'category' => [
4137
                    'category' => [
4138
                        'type' => Literal::class,
4138
                        'type' => Literal::class,
4139
                        'options' => [
4139
                        'options' => [
4140
                            'route' => '/category',
4140
                            'route' => '/category',
4141
                            'defaults' => [
4141
                            'defaults' => [
4142
                                'controller' => '\LeadersLinked\Controller\UnknownController',
4142
                                'controller' => '\LeadersLinked\Controller\MyTrainerCategoriesController',
4143
                                'action' => 'index'
4143
                                'action' => 'index'
4144
                            ]
4144
                            ]
4145
                        ],
4145
                        ],
4146
                        'may_terminate' => true,
4146
                        'may_terminate' => true,
4147
                        'child_routes' => [
4147
                        'child_routes' => [
4148
                            'add' => [
4148
                            'add' => [
4149
                                'type' => Literal::class,
4149
                                'type' => Literal::class,
4150
                                'options' => [
4150
                                'options' => [
4151
                                    'route' => '/add',
4151
                                    'route' => '/add',
4152
                                    'defaults' => [
4152
                                    'defaults' => [
4153
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
4153
                                        'controller' => '\LeadersLinked\Controller\MyTrainerCategoriesController',
4154
                                        'action' => 'add'
4154
                                        'action' => 'add'
4155
                                    ]
4155
                                    ]
4156
                                ]
4156
                                ]
4157
                            ],
4157
                            ],
4158
                            'edit' => [
4158
                            'edit' => [
Línea 4161... Línea 4161...
4161
                                    'route' => '/edit/:id',
4161
                                    'route' => '/edit/:id',
4162
                                    'constraints' => [
4162
                                    'constraints' => [
4163
                                        'id' => '[A-Za-z0-9\-]+\=*'
4163
                                        'id' => '[A-Za-z0-9\-]+\=*'
4164
                                    ],
4164
                                    ],
4165
                                    'defaults' => [
4165
                                    'defaults' => [
4166
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
4166
                                        'controller' => '\LeadersLinked\Controller\MyTrainerCategoriesController',
4167
                                        'action' => 'edit'
4167
                                        'action' => 'edit'
4168
                                    ]
4168
                                    ]
4169
                                ]
4169
                                ]
4170
                            ],
4170
                            ],
4171
                            'delete' => [
4171
                            'delete' => [
Línea 4174... Línea 4174...
4174
                                    'route' => '/delete/:id',
4174
                                    'route' => '/delete/:id',
4175
                                    'constraints' => [
4175
                                    'constraints' => [
4176
                                        'id' => '[A-Za-z0-9\-]+\=*'
4176
                                        'id' => '[A-Za-z0-9\-]+\=*'
4177
                                    ],
4177
                                    ],
4178
                                    'defaults' => [
4178
                                    'defaults' => [
4179
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
4179
                                        'controller' => '\LeadersLinked\Controller\MyTrainerCategoriesController',
4180
                                        'action' => 'delete'
4180
                                        'action' => 'delete'
4181
                                    ]
4181
                                    ]
4182
                                ]
4182
                                ]
4183
                            ]
4183
                            ]
4184
                        ]
4184
                        ]