Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2444 Rev 2455
Línea 1089... Línea 1089...
1089
                        ]
1089
                        ]
1090
                    ],
1090
                    ],
1091
                    'add' => [
1091
                    'add' => [
1092
                        'type' => Segment::class,
1092
                        'type' => Segment::class,
1093
                        'options' => [
1093
                        'options' => [
1094
                            'route' => '/add[/mty/:mty_id][/hptg/:hptg_id][/encoding/:encoding]',
1094
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding]',
1095
                            'constraints' => [
1095
                            'constraints' => [
1096
                                'mty_id' => '[A-Za-z0-9\-]+\=*',
1096
                                'company_id' => '[A-Za-z0-9\-]+\=*',
1097
                                'hptg_id' => '[A-Za-z0-9\-]+\=*',
1097
                                'group_id' => '[A-Za-z0-9\-]+\=*',
1098
                                'encoding' => 'base64'
1098
                                'encoding' => 'base64'
1099
                            ],
1099
                            ],
1100
                            'defaults' => [
1100
                            'defaults' => [
1101
                                'controller' => '\LeadersLinked\Controller\FeedController',
1101
                                'controller' => '\LeadersLinked\Controller\FeedController',
1102
                                'action' => 'add'
1102
                                'action' => 'add'