Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15016 Rev 15017
Línea 5454... Línea 5454...
5454
            ],
5454
            ],
Línea 5455... Línea 5455...
5455
 
5455
 
5456
            'development-and-content' => [
5456
            'development-and-content' => [
5457
                'type' => Segment::class,
5457
                'type' => Segment::class,
5458
                'options' => [
5458
                'options' => [
-
 
5459
                    'route' => '/development-and-content',
5459
                    'route' => '/development-and-content[/xcategory/:xcategory_id][/]',
5460
                    
5460
                    'constraints' => [
5461
                    /*'constraints' => [
5461
                        'xcategory_id' => '[A-Za-z0-9\-]+\=*'
5462
                        'xcategory_id' => '[A-Za-z0-9\-]+\=*'
5462
                    ],
5463
                    ],*/
5463
                    'defaults' => [
5464
                    'defaults' => [
5464
                        'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
5465
                        'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
5465
                        'action' => 'index',
5466
                        'action' => 'index',
5466
                    ]
5467
                    ]