Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16785 Rev 16787
Línea 3058... Línea 3058...
3058
                        'action' => 'index'
3058
                        'action' => 'index'
3059
                    ]
3059
                    ]
3060
                ],
3060
                ],
3061
                'may_terminate' => true,
3061
                'may_terminate' => true,
3062
                'child_routes' => [
3062
                'child_routes' => [
-
 
3063
                    'search' => [
-
 
3064
                        'type' => Literal::class,
-
 
3065
                        'options' => [
-
 
3066
                            'route' => '/search',
-
 
3067
                            'defaults' => [
-
 
3068
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
-
 
3069
                                'action' => 'search'
-
 
3070
                            ]
-
 
3071
                        ]
-
 
3072
                    ],
3063
                    'add' => [
3073
                    'add' => [
3064
                        'type' => Segment::class,
3074
                        'type' => Literal::class,
3065
                        'options' => [
3075
                        'options' => [
3066
                            'route' => '/add[/:id]',
3076
                            'route' => '/add',
3067
                            'constraints' => [
-
 
3068
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3069
                            ],
-
 
3070
                            'defaults' => [
3077
                            'defaults' => [
3071
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3078
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3072
                                'action' => 'add'
3079
                                'action' => 'add'
3073
                            ]
3080
                            ]
3074
                        ]
3081
                        ]