- Timestamp:
- Mar 3, 2015 4:43:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/report.php
r767 r777 79 79 $data['start'] = ($data['current_page'] - 1) * $data['perpage']; 80 80 $data['total'] = $this->paidlog_model->countPaidlog($data); 81 $data['paidlogs'] = $this->paidlog_model->getPaidlogs($data); 82 81 $data['paidlogs'] = $this->paidlog_model->getPaidlogs($data)['paid_logs']; 82 $data['total_amount'] = $this->paidlog_model->getPaidlogs($data)['total_amount']; 83 83 84 $data['paging_url'] = base_url() . "/admin/doanh_thu_tong_hop/trang/"; 84 85 $data['num_links'] = 2;
Note: See TracChangeset
for help on using the changeset viewer.