Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11859 Rev 11860
Línea 4749... Línea 4749...
4749
                                        ]
4749
                                        ]
4750
                                    ],
4750
                                    ],
4751
                                    'edit' => [
4751
                                    'edit' => [
4752
                                        'type' => Segment::class,
4752
                                        'type' => Segment::class,
4753
                                        'options' => [
4753
                                        'options' => [
4754
                                            'route' => '/edit/:id',
4754
                                            'route' => '/edit',
4755
                                            'constraints' => [
-
 
4756
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4757
                                            ],
-
 
-
 
4755
                                           
4758
                                            'defaults' => [
4756
                                            'defaults' => [
4759
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4757
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4760
                                                'action' => 'edit'
4758
                                                'action' => 'edit'
4761
                                            ]
4759
                                            ]
4762
                                        ]
4760
                                        ]
Línea 4772... Línea 4770...
4772
                                        ]
4770
                                        ]
4773
                                    ],
4771
                                    ],
4774
                                    'comments' => [
4772
                                    'comments' => [
4775
                                        'type' => Segment::class,
4773
                                        'type' => Segment::class,
4776
                                        'options' => [
4774
                                        'options' => [
4777
                                            'route' => '/comments/:id',
4775
                                            'route' => '/comments',
4778
                                            'constraints' => [
-
 
4779
                                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
4780
                                            ],
-
 
-
 
4776
                                            
4781
                                            'defaults' => [
4777
                                            'defaults' => [
4782
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4778
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4783
                                                'action' => 'comment'
4779
                                                'action' => 'comment'
4784
                                            ],
4780
                                            ],
4785
                                        ],
4781
                                        ],