Guest User

Untitled

a guest
Oct 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. function get_ecg1()
  3. {
  4. $q = $this->db->get('ecg1');
  5. return $q = result();
  6. }
  7.  
  8. function get_ecg2()
  9. {
  10. $q = $this->db->get('ecg2');
  11. return $q = result();
  12. }
  13.  
  14. function get_ecg3()
  15. {
  16. $q = $this->db->get('ecg3');
  17. return $q = result();
  18. }
  19.  
  20. function get_ecg4()
  21. {
  22. $q = $this->db->get('ecg4');
  23. return $q = result();
  24. }
Add Comment
Please, Sign In to add comment