Installing PHP-Gtk and PHP 5.2 and Pear on Windows in April 2010
Thursday, April 15th, 2010After battling for some hours I have managed to install php-gtk with PHP on my Windows XP …
After battling for some hours I have managed to install php-gtk with PHP on my Windows XP …
Sometimes you might want to make a PHP web page do different things depending on the value …
Here’s a snippet of a Java code example in Fowler’s esteemed book, Patterns of Enterprise Application Architecture …
I keep forgetting how to assert that an Exception is going to be thrown in Simpletest version …
I found a need to implement the “Introduce Null Object“ refactoring procedure that is …
If you write a custom __sleep() magic method for a PHP class, you are expected …
I had a class that relied upon an object’s spl_object_hash() which the PHP documentation states …
i have just read Fowler’s Refactoring book and went looking for a php refactoring tool. Its …
Ok - so you have a Zend Framework ini file that contains the line:
mycustom.setting ="bar"
…and you want …