Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15011 Rev 15012
Línea 5461... Línea 5461...
5461
                        'category_id' => '[A-Za-z0-9\-]+\=*'
5461
                        'category_id' => '[A-Za-z0-9\-]+\=*'
5462
                    ],
5462
                    ],
5463
                    'defaults' => [
5463
                    'defaults' => [
5464
                        'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
5464
                        'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
5465
                        'action' => 'index',
5465
                        'action' => 'index',
5466
                        
-
 
-
 
5466
                        'category_id' => '',
5467
                    ]
5467
                    ]
5468
                ],
5468
                ],
5469
                'may_terminate' => true,
5469
                'may_terminate' => true,
5470
                'child_routes' => [
5470
                'child_routes' => [
5471
                    // 'filter' => [
-
 
5472
                    //     'type' => Segment::class,
-
 
5473
                    //     'options' => [
-
 
5474
                    //         'route' => '/filter/:category_id',
-
 
5475
                    //         'constraints' => [
-
 
5476
                    //             'category_id' => '[A-Za-z0-9\-]+\=*'
-
 
5477
                    //         ],
-
 
5478
                    //         'defaults' => [
-
 
5479
                    //             'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
-
 
5480
                    //             'action' => 'index'
-
 
5481
                    //         ]
-
 
5482
                    //     ]
-
 
5483
                    // ],
-
 
5484
                    'add' => [
5471
                    'add' => [
5485
                        'type' => Literal::class,
5472
                        'type' => Literal::class,
5486
                        'options' => [
5473
                        'options' => [
5487
                            'route' => '/add',
5474
                            'route' => '/add',
5488
                            'defaults' => [
5475
                            'defaults' => [