Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12259 Rev 12260
Línea 4777... Línea 4777...
4777
                        ]
4777
                        ]
4778
                    ],
4778
                    ],
4779
                    'question' => [
4779
                    'question' => [
4780
                        'type' => segment::class,
4780
                        'type' => segment::class,
4781
                        'options' => [
4781
                        'options' => [
4782
                            'route' => '/question[/id/:id]',
4782
                            'route' => '/question',
4783
                            'constraints' => [
-
 
4784
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4785
                            ],
-
 
4786
                            'defaults' => [
4783
                            'defaults' => [
4787
                                'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4784
                                'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4788
                                'action' => 'index'
4785
                                'action' => 'index'
4789
                            ]
4786
                            ]
4790
                        ],
4787
                        ],
Línea 4832... Línea 4829...
4832
                                    'route' => '/view/:id',
4829
                                    'route' => '/view/:id',
4833
                                    'constraints' => [
4830
                                    'constraints' => [
4834
                                        'id' => '[A-Za-z0-9\-]+\=*'
4831
                                        'id' => '[A-Za-z0-9\-]+\=*'
4835
                                    ],
4832
                                    ],
4836
                                    'defaults' => [
4833
                                    'defaults' => [
4837
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4834
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionViewController',
4838
                                        'action' => 'view'
4835
                                        'action' => 'index'
4839
                                    ]
4836
                                    ]
4840
                                ]
4837
                                ]
4841
                            ],
4838
                            ],
4842
                            'answer' => [
4839
                            'answer' => [
4843
                                'type' => Segment::class,
4840
                                'type' => Segment::class,