Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4571 Rev 4579
Línea 3459... Línea 3459...
3459
                        'action' => 'index'
3459
                        'action' => 'index'
3460
                    ]
3460
                    ]
3461
                ],
3461
                ],
3462
                'may_terminate' => true,
3462
                'may_terminate' => true,
3463
                'child_routes' => [
3463
                'child_routes' => [
-
 
3464
                    'add' => [
-
 
3465
                        'type' => Segment::class,
-
 
3466
                        'options' => [
-
 
3467
                            'route' => '/add',
-
 
3468
                            'defaults' => [
-
 
3469
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
3470
                                'action' => 'add'
-
 
3471
                            ],
-
 
3472
                        ],
-
 
3473
                    ],
-
 
3474
                    'edit' => [
-
 
3475
                        'type' => Segment::class,
-
 
3476
                        'options' => [
-
 
3477
                            'route' => '/edit/:id',
-
 
3478
                            'defaults' => [
-
 
3479
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
3480
                                'action' => 'edit'
-
 
3481
                            ],
-
 
3482
                        ],
-
 
3483
                    ],
-
 
3484
                    'delete' => [
-
 
3485
                        'type' => Segment::class,
-
 
3486
                        'options' => [
-
 
3487
                            'route' => '/delete/:id',
-
 
3488
                            'defaults' => [
-
 
3489
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
3490
                                'action' => 'delete'
-
 
3491
                            ],
-
 
3492
                        ],
-
 
3493
                    ],
-
 
3494
                    'segment' => [
-
 
3495
                        'type' => Segment::class,
-
 
3496
                        'options' => [
-
 
3497
                            'route' => '/segment/:id',
-
 
3498
                            'defaults' => [
-
 
3499
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
3500
                                'action' => 'segment'
-
 
3501
                            ],
-
 
3502
                        ],
-
 
3503
                    ],
3464
                    'form' => [
3504
                    'form' => [
3465
                        'type' => Segment::class,
3505
                        'type' => Segment::class,
3466
                        'options' => [
3506
                        'options' => [
3467
                            'route' => '/form',
3507
                            'route' => '/form',
3468
                            'defaults' => [
3508
                            'defaults' => [