- <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
- class Model_Whlabelwz extends Lin_Model
- {
- function __construct(){
- parent::__construct();
- $this->load->database();
- $this->table = 'whlabelwz';
- $this->load_table('whlabelwz');
- }
- public function get_supplier($wz)
- {
- return $this->find("wz = '$wz'");
- }
- } //end class
|