Commit 4f64a3df by Jansa Jose

exammsmodel

parent 571376e5
......@@ -27,8 +27,8 @@ class Exam_model extends CI_Model {
$all_exams = $this->db->get('tbl_exams');
if($all_exams->num_rows() > 0){
$result = $all_exams->result_array();
//echo $this->db->last_query();exit();
print_r($result);exit();
/*echo $this->db->last_query();exit();
print_r($result);exit();*/
return $result;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment