Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. class Phone_carrier_model extends CI_Model {
  3.  
  4. function __construct()
  5. {
  6. parent::__construct();
  7. }
  8.  
  9. public function getCarriers($attributes)
  10. {
  11. return false;
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment