Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11810 Rev 11812
Línea 4782... Línea 4782...
4782
                                    'route' => '/comments/:id',
4782
                                    'route' => '/comments/:id',
4783
                                    'constraints' => [
4783
                                    'constraints' => [
4784
                                        'id' => '[A-Za-z0-9\-]+\=*',
4784
                                        'id' => '[A-Za-z0-9\-]+\=*',
4785
                                    ],
4785
                                    ],
4786
                                    'defaults' => [
4786
                                    'defaults' => [
4787
                                        'controller' => '\LeadersLinked\Controller\FeedController',
4787
                                        'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4788
                                        'action' => 'comment'
4788
                                        'action' => 'comment'
4789
                                    ],
4789
                                    ],
4790
                                ],
4790
                                ],
4791
                                'may_terminate' => true,
4791
                                'may_terminate' => true,
4792
                                'child_routes' => [
4792
                                'child_routes' => [
Línea 4796... Línea 4796...
4796
                                            'route' => '/delete/:comment',
4796
                                            'route' => '/delete/:comment',
4797
                                            'constraints' => [
4797
                                            'constraints' => [
4798
                                                'comment' => '[A-Za-z0-9\-]+\=*',
4798
                                                'comment' => '[A-Za-z0-9\-]+\=*',
4799
                                            ],
4799
                                            ],
4800
                                            'defaults' => [
4800
                                            'defaults' => [
4801
                                                'controller' => '\LeadersLinked\Controller\FeedController',
4801
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4802
                                                'action' => 'commentDelete'
4802
                                                'action' => 'commentDelete'
4803
                                            ]
4803
                                            ]
4804
                                        ]
4804
                                        ]
4805
                                    ],
4805
                                    ],
Línea 4810... Línea 4810...
4810
                                            'route' => '/answer/:comment',
4810
                                            'route' => '/answer/:comment',
4811
                                            'constraints' => [
4811
                                            'constraints' => [
4812
                                                'comment' => '[A-Za-z0-9\-]+\=*',
4812
                                                'comment' => '[A-Za-z0-9\-]+\=*',
4813
                                            ],
4813
                                            ],
4814
                                            'defaults' => [
4814
                                            'defaults' => [
4815
                                                'controller' => '\LeadersLinked\Controller\FeedController',
4815
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4816
                                                'action' => 'answer'
4816
                                                'action' => 'answer'
4817
                                            ]
4817
                                            ]
4818
                                        ]
4818
                                        ]
4819
                                    ],
4819
                                    ],
4820
                                ]
4820
                                ]