Archive for the ‘Proceed2OOP’ Category
Monday, August 8th, 2011
I had a bit of confusion trying to debug a relatively complex set of classes that …
Posted in Open Source, PHP Syntax, PHP, practical webmaster tips, OOP, Proceed2OOP, design patterns, bug tracking, unit testing, Domain Driven Design, design pattern, PoEAA, Data Mapper Pattern, Gotcha | No Comments »
Friday, September 3rd, 2010
In Object-Oriented PHP5 a class’s properties can have their ‘visibility‘ set.
If a property is undeclared …
Posted in PHP Syntax, PHP, OOP, Proceed2OOP | No Comments »
Friday, September 3rd, 2010
Whenever I create a PHP class method that I intend to use statically, I declare it as …
Posted in PHP scripts, PHP Syntax, PHP, practical webmaster tips, OOP, Proceed2OOP, Gotcha | No Comments »
Friday, August 27th, 2010
Zend Config INI and Zend Config XML are handy adaptors that allow you …
Posted in Open Source, PHP scripts, PHP Syntax, PHP, practical webmaster tips, Zend Framework, OOP, Proceed2OOP, unit testing, tutorials, how to / guides, LAMP | No Comments »
Tuesday, May 18th, 2010
Over the years, I have often been faced with the choice of whether to refactor or rewrite.
In …
Posted in Open Source, PHP, practical webmaster tips, Zend Framework, OOP, Proceed2OOP, MVC, refactoring | 5 Comments »
Thursday, April 8th, 2010
Sometimes you might want to make a PHP web page do different things depending on the value …
Posted in Open Source, PHP scripts, PHP, practical webmaster tips, Proceed2OOP, browsers, simpletest, how to / guides | No Comments »
Monday, January 11th, 2010
If you write a custom __sleep() magic method for a PHP class, you are expected …
Posted in PHP, practical webmaster tips, OOP, Proceed2OOP | No Comments »
Saturday, October 17th, 2009
I’m steadily thinking more and more in terms of Domain Driven Design.
I had often found …
Posted in PHP, OOP, Proceed2OOP, how to / guides, LAMP, Domain Driven Design | No Comments »
Friday, April 24th, 2009
This is another ‘Gotcha’ moment that i want to share with you.
I don’t often declare a PHP …
Posted in PHP Syntax, PHP, OOP, Proceed2OOP | No Comments »