Archive for the ‘Design Patterns’ Category

Configuration variables via Singleton object in PHP4


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 ...

.Net MVC framework for winforms and ASP ?


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 ...

Close
E-mail It