Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3121 Rev 3146
Línea 1029... Línea 1029...
1029
                        'options' => [
1029
                        'options' => [
1030
                            'route' => '/timeline/:id/:type[/feed/:feed]',
1030
                            'route' => '/timeline/:id/:type[/feed/:feed]',
1031
                            'constraints' => [
1031
                            'constraints' => [
1032
                                'id' => '[A-Za-z0-9\-]+\=*',
1032
                                'id' => '[A-Za-z0-9\-]+\=*',
1033
                                'type' => 'user|company|group',
1033
                                'type' => 'user|company|group',
1034
                                'feed' => '[A-Za-z0-9\-]+\=*',
-
 
1035
                            ],
1034
                            ],
1036
                            'defaults' => [
1035
                            'defaults' => [
1037
                                'controller' => '\LeadersLinked\Controller\FeedController',
1036
                                'controller' => '\LeadersLinked\Controller\FeedController',
1038
                                'action' => 'timeline'
1037
                                'action' => 'timeline'
1039
                            ]
1038
                            ]