One of the more difficult parts of development is debugging. Any tool that can help make your bug finding life simpler can be valuable.
Raveren has submitted a new tool he's developed to make outputting your debugging information more useful - Kint.
modifiersProject: Kint - Advanced Output for DebuggingPHPDeveloper.org Tue, 01/25/2011 - 08:16
One of the more difficult parts of development is debugging. Any tool that can help make your bug finding life simpler can be valuable. Wojciech Sznapka's Blog: Accessing private object property from ...PHPDeveloper.org Tue, 11/16/2010 - 12:25
Wojciech Sznapka has a new post to his blog showing an interesting OOP programming strick related to accessing private properties in one object from another if they're derived from the same class. Wes Shell's Blog: Encapsulation in PHPPHPDeveloper.org Tue, 10/13/2009 - 08:05
Wes Shell has posted a new tutorial to his blog today looking at encapsulation in PHP development - containing parts of the script to make them easier to work with as a whole. DevShed: Refactoring the MySQL Abstraction Class with the Active...PHPDeveloper.org Wed, 04/08/2009 - 06:56
DevShed has the latest article in their tutorial series looking at the Active Record design pattern posted today. |