- Timestamp:
- Feb 9, 2015 10:35:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/models/reportmodel.php
r747 r749 148 148 return $data; 149 149 } 150 public function exportProvince($input) 151 { 152 //$input['month']=1; 153 //$input['year']=2014; 154 $data=$this->getProvinces($input); 155 return $data; 156 } 157 public function exportPackage($input) 158 { 159 // $input['month']=1; 160 // $input['year']=2014; 161 $data=$this->getPackages($input); 162 return $data; 163 } 150 164 151 165 }
Note: See TracChangeset
for help on using the changeset viewer.