source: pro-violet-viettel/www/deploy/20150304/application/config/routes.php

Last change on this file was 824, checked in by quyenla, 10 years ago

preview violet file

File size: 7.1 KB
Line 
1<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2/*
3| -------------------------------------------------------------------------
4| URI ROUTING
5| -------------------------------------------------------------------------
6| This file lets you re-map URI requests to specific controller functions.
7|
8| Typically there is a one-to-one relationship between a URL string
9| and its corresponding controller class/method. The segments in a
10| URL normally follow this pattern:
11|
12|       example.com/class/method/id/
13|
14| In some instances, however, you may want to remap this relationship
15| so that a different class/function is called than the one
16| corresponding to the URL.
17|
18| Please see the user guide for complete details:
19|
20|       http://codeigniter.com/user_guide/general/routing.html
21|
22| -------------------------------------------------------------------------
23| RESERVED ROUTES
24| -------------------------------------------------------------------------
25|
26| There area two reserved routes:
27|
28|       $route['default_controller'] = 'welcome';
29|
30| This route indicates which controller class should be loaded if the
31| URI contains no data. In the above example, the "welcome" class
32| would be loaded.
33|
34|       $route['404_override'] = 'errors/page_missing';
35|
36| This route will tell the Router what URI segments to use if those provided
37| in the URL cannot be matched to a valid route.
38|
39*/
40
41$route['default_controller'] = "frontend/home";
42$route['404_override'] = '';
43
44$route['violetservice/report'] = 'services/report/index';
45$route['violetservice/report/'] = 'services/report/index';
46$route['violetservice/report/wsdl'] = 'services/report/index/wsdl';
47$route['violetservice/report/wsdl/'] = 'services/report/index/wsdl';
48
49$route['violetservice/report/getreport'] = 'services/report/get';
50
51$route['violetservice/soanbai/mo'] = 'services/viettel/mo';
52$route['violetservice/soanbai/mo/'] = 'services/viettel/mo';
53$route['violetservice/soanbai/mo/wsdl'] = 'services/viettel/index/wsdl';
54$route['violetservice/soanbai/index'] = 'services/viettel/index/wsdl';
55$route['violetservice/soanbai'] = 'services/viettel/index/wsdl';
56$route['violetservice/soanbai/'] = 'services/viettel/index/wsdl';
57
58$route['admin'] = 'admin/home';
59$route['admin/cong_tac_vien'] = 'admin/collaborator';
60$route['admin/cong_tac_vien/trang'] = 'admin/collaborator/getCollaborators/1';
61$route['admin/cong_tac_vien/them'] = 'admin/collaborator/addCollaborator';
62$route['admin/cong_tac_vien/trang/:any'] = 'admin/collaborator/getCollaborators/$1';
63$route['admin/cong_tac_vien/test'] = 'admin/collaborator/test';
64$route['admin/cong_tac_vien/xem/:any'] = 'admin/collaborator/viewUser';
65$route['admin/cong_tac_vien/sua/:any'] = 'admin/collaborator/editUser';
66$route['admin/cong_tac_vien/xoa/:any'] = 'admin/collaborator/deleteUser';
67$route['admin/cong_tac_vien/xoa_cong_tac_vien'] = 'admin/collaborator/dodeleteUser';
68$route['admin/cong_tac_vien/cap_nhat'] = 'admin/collaborator/updateUser';
69
70$route['admin/mau_tin_nhan'] = 'admin/smstemplate';
71$route['admin/mau_tin_nhan/trang'] = 'admin/smstemplate/getSmstemplates/1';
72$route['admin/mau_tin_nhan/them'] = 'admin/smstemplate/addSmstemplate';
73$route['admin/mau_tin_nhan/trang/:any'] = 'admin/smstemplate/getSmstemplates/$1';
74$route['admin/mau_tin_nhan/test'] = 'admin/smstemplate/test';
75$route['admin/mau_tin_nhan/xem/:any'] = 'admin/smstemplate/viewSms';
76$route['admin/mau_tin_nhan/sua/:any'] = 'admin/smstemplate/editSms';
77$route['admin/mau_tin_nhan/xoa/:any'] = 'admin/smstemplate/deleteSms';
78$route['admin/mau_tin_nhan/xoa_tin_nhan'] = 'admin/smstemplate/dodeleteSms';
79$route['admin/mau_tin_nhan/cap_nhat'] = 'admin/smstemplate/updateSms';
80
81$route['admin/doanh_thu_tong_hop'] = 'admin/report';
82$route['admin/doanh_thu_tong_hop/trang'] = 'admin/report/getPaidlogs/1';
83$route['admin/doanh_thu_tong_hop/them'] = 'admin/report/addPaidlog';
84$route['admin/doanh_thu_tong_hop/trang/:any'] = 'admin/report/getPaidlogs/$1';
85$route['admin/doanh_thu_tong_hop/test'] = 'admin/report/test';
86$route['admin/doanh_thu_tong_hop/xem/:any'] = 'admin/report/viewSms';
87$route['admin/doanh_thu_tong_hop/sua/:any'] = 'admin/report/editSms';
88$route['admin/doanh_thu_tong_hop/xoa/:any'] = 'admin/report/deleteSms';
89$route['admin/doanh_thu_tong_hop/xoa_tin_nhan'] = 'admin/report/dodeleteSms';
90$route['admin/doanh_thu_tong_hop/cap_nhat'] = 'admin/report/updateSms';
91
92
93$route['admin/thong_ke'] = 'admin/reportprovince';
94$route['admin/thong_ke_cong_tac_vien'] = 'admin/reportAsistant';
95$route['admin/thong_ke_cong_tac_vien/trang'] = 'admin/reportAsistant/getCollaborators/1';
96$route['admin/thong_ke_cong_tac_vien/trang_ctv/:any/:any'] = 'admin/reportAsistant/getCollaboratorsUsers/$1';
97$route['admin/thong_ke_cong_tac_vien/trang_ctv/:any'] = 'admin/reportAsistant/getCollaboratorsUsers/$1';
98$route['admin/thong_ke_cong_tac_vien/trang/:any'] = 'admin/reportAsistant/getCollaborators/$1';
99$route['admin/thong_ke_cong_tac_vien/them'] = 'admin/reportAsistant/addSmstemplate';
100$route['admin/thong_ke_cong_tac_vien/:any'] = 'admin/reportAsistant/viewAsistant';
101
102$route['admin/quan_tri_vien'] = 'admin/admin_acc';
103$route['admin/quan_tri_vien/trang'] = 'admin/admin_acc/get_admins/1';
104$route['admin/quan_tri_vien/trang/:any'] = 'admin/admin_acc/get_admins/$1';
105$route['admin/quan_tri_vien/them'] = 'admin/admin_acc/add_admin';
106$route['admin/quan_tri_vien/sua/:any'] = 'admin/admin_acc/edit_admin/$1';
107$route['admin/quan_tri_vien/xoa/:any'] = 'admin/admin_acc/delete_admin/$1';
108$route['admin/quan_tri_vien/cap_nhat'] = 'admin/admin_acc/update_admin';
109$route['admin/quan_tri_vien/xem/:any'] = 'admin/admin_acc/get_admin_by_id/$1';
110$route['admin/quan_tri_vien/thong_tin_ca_nhan'] = 'admin/admin_acc/admin_profile';
111$route['admin/quan_tri_vien/cap_nhat_thong_tin_ca_nhan'] = 'admin/admin_acc/update_info';
112$route['admin/quan_tri_vien/doi_mat_khau'] = 'admin/admin_acc/change_password';
113
114$route['admin/nguoi_dung'] = 'admin/user';
115$route['admin/nguoi_dung/trang'] = 'admin/user/get_users/1';
116$route['admin/nguoi_dung/trang/:any'] = 'admin/user/get_users/$1';
117$route['admin/nguoi_dung/them'] = 'admin/user/add_user';
118$route['admin/nguoi_dung/sua/:any'] = 'admin/user/edit_user/$1';
119$route['admin/nguoi_dung/xoa/:any'] = 'admin/user/delete_user/$1';
120$route['admin/nguoi_dung/id/:any'] = 'admin/user/get_user_by_id/$1';
121
122$route['admin/sms_log'] = 'admin/smslog';
123$route['admin/sms_log/trang'] = 'admin/smslog/get_smslogs/1';
124$route['admin/sms_log/trang/:any'] = 'admin/smslog/get_smslogs/$1';
125
126$route['admin/card_log'] = 'admin/cardlog';
127$route['admin/card_log/trang'] = 'admin/cardlog/get_cardlogs/1';
128$route['admin/card_log/trang/:any'] = 'admin/cardlog/get_cardlogs/$1';
129$route['frontend/lecture/:any'] = 'frontend/lecture/index';
130$route['frontend/user/trade_history/:num/page'] = 'frontend/user/trade_history/$1/1';
131$route['frontend/user/trade_history/:num/page/:any'] = 'frontend/user/trade_history/$1/$2';
132
133$route['frontend/user/regis_history/:num/page'] = 'frontend/user/regis_history/$1/1';
134$route['frontend/user/regis_history/:num/page/:any'] = 'frontend/user/regis_history/$1/$2';
135
136$route['filemanager/'] = 'filemanager/filemanager/index';
137$route['filemanager'] = 'filemanager/filemanager/index';
138/* End of file routes.php */
139/* Location: ./application/config/routes.php */
Note: See TracBrowser for help on using the repository browser.