Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4419 Rev 4778
Línea 362... Línea 362...
362
                    'defaults' => [
362
                    'defaults' => [
363
                        'controller' => '\LeadersLinked\Controller\HomeController',
363
                        'controller' => '\LeadersLinked\Controller\HomeController',
364
                        'action' => 'share',
364
                        'action' => 'share',
365
                    ],
365
                    ],
366
                ],
366
                ],
-
 
367
                'may_terminate' => true,
-
 
368
                'child_routes' => [
-
 
369
                    'increment-external-counter' => [
-
 
370
                        'type' => Segment::class,
-
 
371
                        'options' => [
-
 
372
                            'route' => '/increment-external-counter',
-
 
373
                            'defaults' => [
-
 
374
                                'controller' => '\LeadersLinked\Controller\HomeController',
-
 
375
                                'action' => 'incTotalExternalShared',
-
 
376
                            ],
-
 
377
                        ],
-
 
378
                    ],
-
 
379
                ]
367
            ],
380
            ],
-
 
381
            
368
            'post' => [
382
            'post' => [
369
                'type' => Segment::class,
383
                'type' => Segment::class,
370
                'options' => [
384
                'options' => [
371
                    'route' => '/post/:id',
385
                    'route' => '/post/:id',
372
                    'constraints' => [
386
                    'constraints' => [