Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $this->db->select("e.nom_eva, e.fec_ini, e.fec_fin, e.intento_max");
  2. $this->db->from('evaluacion e');
  3. //$this->db->join('taclba2','condicion','inner');
  4. $this->db->where('det_cur_sec=15');
  5. $query = $this->db->get();
  6. return $query->result();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement