November 18th, 2005 by Rich Zygler
tags: Design Patterns, PHP | No Comments »
There is probably no design pattern handier and easier to set up than a Singleton pattern. One of the best uses in PHP apps is for configuration variables. You can use define all over the place or you can use $GLOBAL but things work a lot better ...
December 17th, 2004 by Rich Zygler
tags: .NET, ASP, Design Patterns | 2 Comments »
One of my biggest complaints so far with working on projects in .NET is the total lack of community projects. It seems every worthwhile-looking solution that is out there is spearheaded by Microsoft and slapped into its “patterns and practices” section. The problem I have with this of ...