Global_location_model.php 229 B

12345678
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. include_once(FCPATH . 'application/models/Base_model.php');
  3. class Global_location_model extends Base_Model {
  4. protected $table = 'global_location';
  5. }