Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12260 Rev 12280
Línea 4824... Línea 4824...
4824
                                ]
4824
                                ]
4825
                            ],
4825
                            ],
4826
                            'view' => [
4826
                            'view' => [
4827
                                'type' => Segment::class,
4827
                                'type' => Segment::class,
4828
                                'options' => [
4828
                                'options' => [
4829
                                    'route' => '/view/:id',
4829
                                    'route' => '/:id/view',
4830
                                    'constraints' => [
4830
                                    'constraints' => [
4831
                                        'id' => '[A-Za-z0-9\-]+\=*'
4831
                                        'id' => '[A-Za-z0-9\-]+\=*'
4832
                                    ],
4832
                                    ],
4833
                                    'defaults' => [
4833
                                    'defaults' => [
4834
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionViewController',
4834
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionViewController',