Model_whlabel_qh.php 420 B

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