05-11-2009, 11:30 AM
|
#4 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
That getInstance method seems odd to me, the new self(), should be self::$instance = new self; plus its odd to have this static call just for this.
But else it looks good by skimming over it, I wrote a similar thing in C as a PHP extension, however I didn't use curl but rather the streams api, and a notifier for grabbing the HTTP code which is a quite useful feature that no many seems to know about :)
__________________
|
|
|