![]() |
using Curlopt_Progressfunction in codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: using Curlopt_Progressfunction in codeigniter (/showthread.php?tid=47428) |
using Curlopt_Progressfunction in codeigniter - El Forum - 12-08-2011 [eluser]Unknown[/eluser] Hi, I have a php class to work with curl progress bar, I tested and it works on my server but when i try to implement it in codeigniter i get this error: Quote:A PHP Error was encountered Code: class download_model extends CI_Model { any help would be appreciated. Regards |