Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17007 Rev 17008
Línea 3103... Línea 3103...
3103
                                        'controller' =>  '\LeadersLinked\Controller\HabitSkillController',
3103
                                        'controller' =>  '\LeadersLinked\Controller\HabitSkillController',
3104
                                        'action' => 'delete'
3104
                                        'action' => 'delete'
3105
                                    ]
3105
                                    ]
3106
                                ]
3106
                                ]
3107
                            ],
3107
                            ],
-
 
3108
                            
-
 
3109
                            
-
 
3110
                        ]
-
 
3111
                    ],
-
 
3112
                    
-
 
3113
                    
-
 
3114
                    'users' => [
-
 
3115
                        'type' =>  Literal::class,
-
 
3116
                        'options' => [
-
 
3117
                            'route' => '/users',
-
 
3118
                            'defaults' => [
-
 
3119
                                'controller' =>  '\LeadersLinked\Controller\HabitUserController',
-
 
3120
                                'action' => 'index'
-
 
3121
                            ]
-
 
3122
                        ],
-
 
3123
                        'may_terminate' => true,
-
 
3124
                        'child_routes' => [
3108
                            'users' => [
3125
                            'add' => [
3109
                                'type' =>  Literal::class,
3126
                                'type' => Literal::class,
3110
                                'options' => [
3127
                                'options' => [
3111
                                    'route' => '/users',
3128
                                    'route' => '/add',
3112
                                    'defaults' => [
3129
                                    'defaults' => [
3113
                                        'controller' =>  '\LeadersLinked\Controller\HabitUserController',
3130
                                        'controller' =>  '\LeadersLinked\Controller\HabitUserController',
3114
                                        'action' => 'index'
3131
                                        'action' => 'add'
3115
                                    ]
3132
                                    ]
3116
                                ],
3133
                                ]
3117
                                'may_terminate' => true,
-
 
3118
                                'child_routes' => [
-
 
3119
                                    'add' => [
-
 
3120
                                        'type' => Segment::class,
-
 
3121
                                        'options' => [
-
 
3122
                                            'route' => '/add/:id',
-
 
3123
                                            'constraints' => [
-
 
3124
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3125
                                            ],
-
 
3126
                                            'defaults' => [
-
 
3127
                                                'controller' =>  '\LeadersLinked\Controller\HabitUserController',
-
 
3128
                                                'action' => 'add'
-
 
3129
                                            ]
-
 
3130
                                        ]
3134
                            ],
3131
                                    ],
3135
                            /*
3132
                                    'edit' => [
3136
                             'edit' => [
3133
                                        'type' => Segment::class,
3137
                             'type' => Segment::class,
3134
                                        'options' => [
3138
                             'options' => [
3135
                                            'route' => '/edit/:id/:user_id',
3139
                             'route' => '/edit/:id/:user_id',
3136
                                            'constraints' => [
3140
                             'constraints' => [
3137
                                                'id' => '[A-Za-z0-9\-]+\=*',
3141
                             'id' => '[A-Za-z0-9\-]+\=*',
3138
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
3142
                             'user_id' => '[A-Za-z0-9\-]+\=*'
3139
                                            ],
3143
                             ],
3140
                                            'defaults' => [
3144
                             'defaults' => [
3141
                                                'controller' =>  '\LeadersLinked\Controller\HabitUserController',
3145
                             'controller' =>  '\LeadersLinked\Controller\HabitUserController',
3142
                                                'action' => 'edit'
3146
                             'action' => 'edit'
3143
                                            ]
3147
                             ]
3144
                                        ]
3148
                             ]
3145
                                    ],
3149
                             ],*/
3146
                                    'delete' => [
3150
                            'delete' => [
3147
                                        'type' => Segment::class,
3151
                                'type' => Segment::class,
3148
                                        'options' => [
3152
                                'options' => [
3149
                                            'route' => '/delete/:id/:user_id',
3153
                                    'route' => '/delete/:id/:user_id',
3150
                                            'constraints' => [
3154
                                    'constraints' => [
3151
                                                'id' => '[A-Za-z0-9\-]+\=*',
3155
                                        'id' => '[A-Za-z0-9\-]+\=*',
3152
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
3156
                                        'user_id' => '[A-Za-z0-9\-]+\=*'
3153
                                            ],
-
 
3154
                                            'defaults' => [
-
 
3155
                                                'controller' =>  '\LeadersLinked\Controller\HabitUserController',
-
 
3156
                                                'action' => 'delete'
-
 
3157
                                            ]
-
 
3158
                                        ]
-
 
3159
                                    ],
3157
                                    ],
3160
                                    'upload' => [
3158
                                    'defaults' => [
3161
                                        'type' => Segment::class,
3159
                                        'controller' =>  '\LeadersLinked\Controller\HabitUserController',
3162
                                        'options' => [
3160
                                        'action' => 'delete'
3163
                                            'route' => '/upload/:id',
3161
                                    ]
3164
                                            'constraints' => [
3162
                                ]
3165
                                                'id' => '[A-Za-z0-9\-]+\=*',
3163
                            ],
3166
                                            ],
3164
                            'upload' => [
3167
                                            'defaults' => [
3165
                                'type' => Segment::class,
3168
                                                'controller' =>  '\LeadersLinked\Controller\HabitUserController',
3166
                                'options' => [
3169
                                                'action' => 'upload'
3167
                                    'route' => '/upload/:id',
3170
                                            ]
3168
                                    'constraints' => [
3171
                                        ]
3169
                                        'id' => '[A-Za-z0-9\-]+\=*',
3172
                                    ],
3170
                                    ],
3173
 
-
 
-
 
3171
                                    'defaults' => [
-
 
3172
                                        'controller' =>  '\LeadersLinked\Controller\HabitUserController',
-
 
3173
                                        'action' => 'upload'
-
 
3174
                                    ]
3174
                                ]
3175
                                ]
3175
                            ],
3176
                            ],
Línea 3176... Línea 3177...
3176
                            
3177
                            
3177
                        ]
3178
                        ]
-
 
3179
                    ],
-
 
3180
                    
-
 
3181
                    
-
 
3182
                    
3178
                    ],
3183
                    
3179
                ]
3184
                ]
Línea 3180... Línea 3185...
3180
            ],
3185
            ],