在Controller中用curl采集到一个网页,现在需要导入simple_html_dom.php这个文件解析采集到的内容,并把解析后的内容输出到View中,需要怎么做?刚刚试了很多次,用include'http://114.102.11/simple_html_dom.php',或者import('http://114.102.11/simple_html_dom.php')好像都不能导入那个php文件,就算导入成功了也不能使用simple_html_dom.php中的函数,请各位大神赐教。