Tagged Questions
2
votes
2answers
2k views
PHP Codeigniter curl_multi_init error
This is my code:
class facebookConnection {
// Allow multi-threading.
private $_mch = NULL;
private $_properties = array();
function ...