Tag Archives: php

This is a comment I had about an article on the Decorator pattern

I think some people may overlook the importance/usefulness of the decorator pattern since all you’re doing in the examples could be accomplished by just concatenating P and /P around the getData() wherever it is you were going to display it. Continue reading

Posted in Web Development | Tagged , , | Leave a comment

XDebug option missing from Zend Studio 7…AGAIN!

I wanted to try out the Zend Studio 7 beta but AGAIN there was no option for XDebug showing up in the preferences despite the fact that XDebug works fine on my system. I’m hoping it’s the same issue I … Continue reading

Posted in Uncategorized | Tagged | 2 Comments