Archive for 'Software Engineering'
Five common PHP design patterns
Hi All
I hope this article will help you guys a lot with some basic stuff we could use in designing applications or rather you do re-factoring in your code.
Main design pattens discussed in this article are listed below
- The factory pattern
- The singleton pattern
- The observer pattern
- The chain-of-command pattern
- The strategy pattern
Posted on 24 December '09 by admin, under Software Engineering. No Comments.




