Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13171 Rev 13254
Línea 5239... Línea 5239...
5239
                            ],
5239
                            ],
5240
                        ],
5240
                        ],
5241
                    ],
5241
                    ],
5242
                ]
5242
                ]
5243
            ],
5243
            ],
-
 
5244
 
-
 
5245
            'development-content' => [
-
 
5246
                'type' => Literal::class,
-
 
5247
                'options' => [
-
 
5248
                    'route' => '/development-content',
-
 
5249
                    'defaults' => [
-
 
5250
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5251
                        'action' => 'index'
-
 
5252
                    ]
-
 
5253
                ],
-
 
5254
                'may_terminate' => true,
-
 
5255
                'child_routes' => [
-
 
5256
                    'add' => [
-
 
5257
                        'type' => Segment::class,
-
 
5258
                        'options' => [
-
 
5259
                            'route' => '/add[/:id]',
-
 
5260
                            'constraints' => [
-
 
5261
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
5262
                            ],
-
 
5263
                            'defaults' => [
-
 
5264
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5265
                                'action' => 'add'
-
 
5266
                            ]
-
 
5267
                        ]
-
 
5268
                    ],
-
 
5269
                    'edit' => [
-
 
5270
                        'type' => Segment::class,
-
 
5271
                        'options' => [
-
 
5272
                            'route' => '/edit',
-
 
5273
                           
-
 
5274
                            'defaults' => [
-
 
5275
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5276
                                'action' => 'edit'
-
 
5277
                            ]
-
 
5278
                        ]
-
 
5279
                    ],
-
 
5280
                    'delete' => [
-
 
5281
                        'type' => Segment::class,
-
 
5282
                        'options' => [
-
 
5283
                            'route' => '/delete',
-
 
5284
                            'defaults' => [
-
 
5285
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5286
                                'action' => 'delete'
-
 
5287
                            ]
-
 
5288
                        ]
-
 
5289
                    ],
-
 
5290
                    'feed' => [
-
 
5291
                        'type' => Segment::class,
-
 
5292
                        'options' => [
-
 
5293
                            'route' => '/feed',
-
 
5294
                            'defaults' => [
-
 
5295
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5296
                                'action' => 'feed'
-
 
5297
                            ],
-
 
5298
                        ],
-
 
5299
                    ],
-
 
5300
                    'timeline' => [
-
 
5301
                        'type' => Segment::class,
-
 
5302
                        'options' => [
-
 
5303
                            'route' => '/timeline',                                           
-
 
5304
                            'defaults' => [
-
 
5305
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5306
                                'action' => 'timeline'
-
 
5307
                            ],
-
 
5308
                        ],
-
 
5309
                    ],
-
 
5310
                    'comments' => [
-
 
5311
                        'type' => Segment::class,
-
 
5312
                        'options' => [
-
 
5313
                            'route' => '/comments',
-
 
5314
                            
-
 
5315
                            'defaults' => [
-
 
5316
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5317
                                'action' => 'comment'
-
 
5318
                            ],
-
 
5319
                        ],
-
 
5320
                        'may_terminate' => true,
-
 
5321
                        'child_routes' => [
-
 
5322
                            'delete' => [
-
 
5323
                                'type' => Segment::class,
-
 
5324
                                'options' => [
-
 
5325
                                    'route' => '/delete/:comment',
-
 
5326
                                    'constraints' => [
-
 
5327
                                        'comment' => '[A-Za-z0-9\-]+\=*',
-
 
5328
                                    ],
-
 
5329
                                    'defaults' => [
-
 
5330
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5331
                                        'action' => 'commentDelete'
-
 
5332
                                    ]
-
 
5333
                                ]
-
 
5334
                            ],
-
 
5335
                            'answer' => [
-
 
5336
                                'type' => Segment::class,
-
 
5337
                                'options' => [
-
 
5338
                                    'route' => '/answer/:comment',
-
 
5339
                                    'constraints' => [
-
 
5340
                                        'comment' => '[A-Za-z0-9\-]+\=*',
-
 
5341
                                    ],
-
 
5342
                                    'defaults' => [
-
 
5343
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5344
                                        'action' => 'answer'
-
 
5345
                                    ]
-
 
5346
                                ]
-
 
5347
                            ],
-
 
5348
                        ]
-
 
5349
                    ],
-
 
5350
                    'category' => [
-
 
5351
                        'type' => Literal::class,
-
 
5352
                        'options' => [
-
 
5353
                            'route' => '/category',
-
 
5354
                            'defaults' => [
-
 
5355
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5356
                                'action' => 'index'
-
 
5357
                            ]
-
 
5358
                        ],
-
 
5359
                        'may_terminate' => true,
-
 
5360
                        'child_routes' => [
-
 
5361
                            'add' => [
-
 
5362
                                'type' => Literal::class,
-
 
5363
                                'options' => [
-
 
5364
                                    'route' => '/add',
-
 
5365
                                    'defaults' => [
-
 
5366
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5367
                                        'action' => 'add'
-
 
5368
                                    ]
-
 
5369
                                ]
-
 
5370
                            ],
-
 
5371
                            'edit' => [
-
 
5372
                                'type' => Segment::class,
-
 
5373
                                'options' => [
-
 
5374
                                    'route' => '/edit/:id',
-
 
5375
                                    'constraints' => [
-
 
5376
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5377
                                    ],
-
 
5378
                                    'defaults' => [
-
 
5379
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5380
                                        'action' => 'edit'
-
 
5381
                                    ]
-
 
5382
                                ]
-
 
5383
                            ],
-
 
5384
                            'delete' => [
-
 
5385
                                'type' => Segment::class,
-
 
5386
                                'options' => [
-
 
5387
                                    'route' => '/delete/:id',
-
 
5388
                                    'constraints' => [
-
 
5389
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5390
                                    ],
-
 
5391
                                    'defaults' => [
-
 
5392
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5393
                                        'action' => 'delete'
-
 
5394
                                    ]
-
 
5395
                                ]
-
 
5396
                            ]
-
 
5397
                        ]
-
 
5398
                    ],
-
 
5399
                    'waiting' => [
-
 
5400
                        'type' => segment::class,
-
 
5401
                        'options' => [
-
 
5402
                            'route' => '/waiting',
-
 
5403
                            'defaults' => [
-
 
5404
                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5405
                                'action' => 'index'
-
 
5406
                            ]
-
 
5407
                        ],
-
 
5408
                        'may_terminate' => true,
-
 
5409
                        'child_routes' => [
-
 
5410
                            'add' => [
-
 
5411
                                'type' => Literal::class,
-
 
5412
                                'options' => [
-
 
5413
                                    'route' => '/add',
-
 
5414
                                    'defaults' => [
-
 
5415
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5416
                                        'action' => 'add'
-
 
5417
                                    ]
-
 
5418
                                ]
-
 
5419
                            ],
-
 
5420
                            'edit' => [
-
 
5421
                                'type' => Segment::class,
-
 
5422
                                'options' => [
-
 
5423
                                    'route' => '/edit/:id',
-
 
5424
                                    'constraints' => [
-
 
5425
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5426
                                    ],
-
 
5427
                                    'defaults' => [
-
 
5428
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5429
                                        'action' => 'edit'
-
 
5430
                                    ]
-
 
5431
                                ]
-
 
5432
                            ],
-
 
5433
                            'delete' => [
-
 
5434
                                'type' => Segment::class,
-
 
5435
                                'options' => [
-
 
5436
                                    'route' => '/delete/:id',
-
 
5437
                                    'constraints' => [
-
 
5438
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5439
                                    ],
-
 
5440
                                    'defaults' => [
-
 
5441
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5442
                                        'action' => 'delete'
-
 
5443
                                    ]
-
 
5444
                                ]
-
 
5445
                            ],
-
 
5446
                            'view' => [
-
 
5447
                                'type' => Segment::class,
-
 
5448
                                'options' => [
-
 
5449
                                    'route' => '/:id/view',
-
 
5450
                                    'constraints' => [
-
 
5451
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5452
                                    ],
-
 
5453
                                    'defaults' => [
-
 
5454
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5455
                                        'action' => 'index'
-
 
5456
                                    ]
-
 
5457
                                ]
-
 
5458
                            ],
-
 
5459
                        ],
-
 
5460
                    ],
-
 
5461
                ]
-
 
5462
            ],
Línea 5244... Línea 5463...
5244
            
5463
            
5245
        ]
5464
        ]
5246
    ],
5465
    ],
5247
    'controllers' => [
5466
    'controllers' => [