Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13261 Rev 13300
Línea 5350... Línea 5350...
5350
                    'category' => [
5350
                    'category' => [
5351
                        'type' => Literal::class,
5351
                        'type' => Literal::class,
5352
                        'options' => [
5352
                        'options' => [
5353
                            'route' => '/category',
5353
                            'route' => '/category',
5354
                            'defaults' => [
5354
                            'defaults' => [
5355
                                'controller' => '\LeadersLinked\Controller\UnknownController',
5355
                                'controller' => '\LeadersLinked\Controller\DevelopmentContentCategoryController',
5356
                                'action' => 'index'
5356
                                'action' => 'index'
5357
                            ]
5357
                            ]
5358
                        ],
5358
                        ],
5359
                        'may_terminate' => true,
5359
                        'may_terminate' => true,
5360
                        'child_routes' => [
5360
                        'child_routes' => [
5361
                            'add' => [
5361
                            'add' => [
5362
                                'type' => Literal::class,
5362
                                'type' => Literal::class,
5363
                                'options' => [
5363
                                'options' => [
5364
                                    'route' => '/add',
5364
                                    'route' => '/add',
5365
                                    'defaults' => [
5365
                                    'defaults' => [
5366
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
5366
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentCategoryController',
5367
                                        'action' => 'add'
5367
                                        'action' => 'add'
5368
                                    ]
5368
                                    ]
5369
                                ]
5369
                                ]
5370
                            ],
5370
                            ],
5371
                            'edit' => [
5371
                            'edit' => [
Línea 5374... Línea 5374...
5374
                                    'route' => '/edit/:id',
5374
                                    'route' => '/edit/:id',
5375
                                    'constraints' => [
5375
                                    'constraints' => [
5376
                                        'id' => '[A-Za-z0-9\-]+\=*'
5376
                                        'id' => '[A-Za-z0-9\-]+\=*'
5377
                                    ],
5377
                                    ],
5378
                                    'defaults' => [
5378
                                    'defaults' => [
5379
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
5379
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentCategoryController',
5380
                                        'action' => 'edit'
5380
                                        'action' => 'edit'
5381
                                    ]
5381
                                    ]
5382
                                ]
5382
                                ]
5383
                            ],
5383
                            ],
5384
                            'delete' => [
5384
                            'delete' => [
Línea 5387... Línea 5387...
5387
                                    'route' => '/delete/:id',
5387
                                    'route' => '/delete/:id',
5388
                                    'constraints' => [
5388
                                    'constraints' => [
5389
                                        'id' => '[A-Za-z0-9\-]+\=*'
5389
                                        'id' => '[A-Za-z0-9\-]+\=*'
5390
                                    ],
5390
                                    ],
5391
                                    'defaults' => [
5391
                                    'defaults' => [
5392
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
5392
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentCategoryController',
5393
                                        'action' => 'delete'
5393
                                        'action' => 'delete'
5394
                                    ]
5394
                                    ]
5395
                                ]
5395
                                ]
5396
                            ]
5396
                            ]
5397
                        ]
5397
                        ]