past due jobs
This commit is contained in:
@@ -33,9 +33,18 @@ class Bkouser extends Bko_Controller {
|
||||
}
|
||||
|
||||
public function pastdue(){
|
||||
$this->load->library('table');
|
||||
$mysql = "SELECT * FROM blog_selections";
|
||||
$this->table->set_template($this->template);
|
||||
$query = $this->db->query($mysql);
|
||||
$data['past_due_table'] = $this->table->generate($query);
|
||||
|
||||
$this->load->view('bko/view_bko_header', $data);
|
||||
$this->load->view('bko_pages/pastdue_jobs', $data);
|
||||
$this->load->view('bko/view_bko_footer', $data);
|
||||
|
||||
// return $this->offers();
|
||||
|
||||
return $this->offers();
|
||||
|
||||
}
|
||||
public function offers() {
|
||||
// $this->load->view('bko/view_bko_header', $data);
|
||||
|
||||
Reference in New Issue
Block a user