Blog posts tagged "php"

cURL Error 26: Failed to open/read local data from file/application

Last night I was battling against cURL Error 26: "Failed to open/read local data from file/application" and eventually found a very simple solution...

Posted on Tue 26th August, 2008 in , , , , and with 5 comments

PHP: Late Static Bindings

New to PHP 5.3.0 will be late static bindings. Currently you can use the self keyword in PHP to access static methods of the current class, the new static keyword allows you to access static methods through the inheritance tree.

Posted on Wed 23rd January, 2008 in , , and with no comments

Showing 1 to 2 of 2