load->database(); $this->table = 'orderurl'; $this->load_table('orderurl'); } public function get_url($url) { return $this->find("url = '$url'"); } } //end class