Patterns

From Freephile Wiki
Revision as of 10:55, 6 October 2008 by Freephile (talk | contribs) (New page: Patterns are a big topic in computer science. There is the "Gang of Four"; Ward Cunningham's Portland Pattern Repository; and books like ''EJB Design Patters" ...)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Patterns are a big topic in computer science. There is the "Gang of Four"; Ward Cunningham's Portland Pattern Repository; and books like EJB Design Patters" (PDF, 289pp)

With the advent of PHP5 way back in 2004, more object-oriented programming capabilities were available to the PHP developer. To be a good software architect, you should use patterns or recognize them when they present themselves to be able to implement good solutions. So, take time to learn about the common patterns and leverage the object-oriented facilities in PHP.