num_rows
This commit is contained in:
@@ -471,6 +471,7 @@ class Bkotransaction extends Bko_Controller {
|
||||
$this->load->library('table');
|
||||
$this->table->set_template($this->template);
|
||||
$query = $this->db->query($mysql);
|
||||
$data["ttcount"] = $query->num_rows();
|
||||
$this->table->function = 'smart_htmlspecialchars';
|
||||
$data['expired_offer_table'] = $this->table->generate($query);
|
||||
$this->load->view('bko/view_bko_header', $data);
|
||||
|
||||
Reference in New Issue
Block a user