past due jobs

This commit is contained in:
CHIEFSOFT\ameye
2024-09-24 08:55:05 -04:00
parent 3e49d3478d
commit aed9a85b05
2 changed files with 119 additions and 2 deletions
+11 -2
View File
@@ -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);