Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3775 Rev 3912
Línea 2022... Línea 2022...
2022
                                    'defaults' => [
2022
                                    'defaults' => [
2023
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2023
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2024
                                        'action' => 'socialNetwork'
2024
                                        'action' => 'socialNetwork'
2025
                                    ]
2025
                                    ]
2026
                                ]
2026
                                ]
-
 
2027
                            ],
-
 
2028
                            'aptitude' => [
-
 
2029
                                'type' => Segment::class,
-
 
2030
                                'options' => [
-
 
2031
                                    'route' => '/aptitude/:id',
-
 
2032
                                    'constraints' => [
-
 
2033
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2034
                                    ],
-
 
2035
                                    'defaults' => [
-
 
2036
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
-
 
2037
                                        'action' => 'aptitude'
-
 
2038
                                    ]
-
 
2039
                                ]
-
 
2040
                            ],
-
 
2041
                            'hobby-and-interest' => [
-
 
2042
                                'type' => Segment::class,
-
 
2043
                                'options' => [
-
 
2044
                                    'route' => '/hobby-and-interest/:id',
-
 
2045
                                    'constraints' => [
-
 
2046
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2047
                                    ],
-
 
2048
                                    'defaults' => [
-
 
2049
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
-
 
2050
                                        'action' => 'hobbyAndInterest'
-
 
2051
                                    ]
-
 
2052
                                ]
2027
                            ]
2053
                            ]
2028
                        ]
2054
                        ]
2029
                    ]
2055
                    ]
2030
                ]
2056
                ]
2031
            ],
2057
            ],