Proyectos de Subversion LeadersLinked - Backend

Rev

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

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