Proyectos de Subversion LeadersLinked - Backend

Rev

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

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