标签: codeigniter curl
我需要使用curl但它会抛出“无法加载请求类”。
function p(){ parent::__construct(); $this->load->helper('form'); $this->load->helper('date'); $this->load->library('curl');}
我在构造函数中加载了libray!任何人都可以帮助我吗?
答案 0 :(得分:1)
默认情况下,codeigniter中不存在cURL库。您需要单独安装库extension。