Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14995 Rev 15001
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[/category_id/:category_id]',
5459
                    'route' => '/development-and-content[/:category_id]',
5460
                    'constraints' => [
5460
                    'constraints' => [
5461
                        'category_id' => '[A-Za-z0-9\-]+\=*'
5461
                        'category_id' => '[A-Za-z0-9\-]+\=*'
5462
                    ],
5462
                    ],
5463
                    'defaults' => [
5463
                    'defaults' => [