Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14299 Rev 14302
Línea 2439... Línea 2439...
2439
                                ]
2439
                                ]
2440
                            ],
2440
                            ],
2441
                            'delete' => [
2441
                            'delete' => [
2442
                                'type' => Segment::class,
2442
                                'type' => Segment::class,
2443
                                'options' => [
2443
                                'options' => [
2444
                                    'route' => '/delete/:id',
2444
                                    'route' => '/delete/:id/:idComp',
2445
                                    'constraints' => [
2445
                                    'constraints' => [
2446
                                        'id' => '[A-Za-z0-9\-]+\=*'
2446
                                        'id' => '[A-Za-z0-9\-]+\=*'
2447
                                        // ,
2447
                                        ,
2448
                                        // 'idComp' => '[A-Za-z0-9\-]+\=*'
2448
                                        'idComp' => '[A-Za-z0-9\-]+\=*'
2449
                                    ],
2449
                                    ],
2450
                                    'defaults' => [
2450
                                    'defaults' => [
2451
                                        'controller' => '\LeadersLinked\Controller\BehaviorsController',
2451
                                        'controller' => '\LeadersLinked\Controller\BehaviorsController',
2452
                                        'action' => 'delete'
2452
                                        'action' => 'delete'
2453
                                    ]
2453
                                    ]