Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4113 Rev 4124
Línea 912... Línea 912...
912
                'may_terminate' => true,
912
                'may_terminate' => true,
913
                'child_routes' => [
913
                'child_routes' => [
914
                    'create' => [
914
                    'create' => [
915
                        'type' => Segment::class,
915
                        'type' => Segment::class,
916
                        'options' => [
916
                        'options' => [
917
                            'route' => '/create',
917
                            'route' => '/create/:id/:type',
918
                           // 'constraints' => [
918
                            'constraints' => [
919
                            //    'id' => '[A-Za-z0-9\-]+\=*',
919
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
920
                                'type' => 'chat'
920
                           // ],
921
                            ],
921
                            'defaults' => [
922
                            'defaults' => [
922
                                'controller' => '\LeadersLinked\Controller\ZoomController',
923
                                'controller' => '\LeadersLinked\Controller\ZoomController',
923
                                'action' => 'create',
924
                                'action' => 'create',
924
                            ],
925
                            ],
925
                        ],
926
                        ],