load->database(); $this->table = 'warehouse'; $this->load_table('warehouse'); } public function get_user($user) { return $this->find("user = '$user'"); } public function get_title($title) { return $this->find("title = '$title'"); } public function get_bdck($bdck) { return $this->find("bdck = '$bdck'"); } } //end class