Model_whlabel_fc.php 373 B

123456789101112131415
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. class Model_whlabel_fc extends Lin_Model
  3. {
  4. function __construct(){
  5. parent::__construct();
  6. $this->load->database();
  7. $this->table = 'whlabel_fc';
  8. $this->load_table('whlabel_fc');
  9. }
  10. public function get_wid($wid)
  11. {
  12. return $this->find("wid = '$wid'");
  13. }
  14. } //end class