RE: [PHP] Design Patterns & PHP5

2004-01-22 Thread Giz
"Design Patterns" is a big category that can cover any area of design. In general the idea is that there are "Best practices" ways of solving particular design problems. Java is the area (particularly J2EE) where I've seen the biggest promotion of the idea coming out of a company (in this case Su

RE: [PHP] Design Patterns & PHP5

2004-01-22 Thread Thomas Svenson
Ray Hunter wrote: > On Thu, 2004-01-22 at 14:31, Thomas Svenson wrote: >> Got the book Core PHP Programming 3rd Edition, which covers PHP5. >> >> One thing that it talks about is that with, specially, the new oop >> model it will now be much easier to develop in PHP using Design >> Patterns (DP). >

Re: [PHP] Design Patterns & PHP5

2004-01-22 Thread Ray Hunter
On Thu, 2004-01-22 at 14:31, Thomas Svenson wrote: > Got the book Core PHP Programming 3rd Edition, which covers PHP5. > > One thing that it talks about is that with, specially, the new oop model it > will now be much easier to develop in PHP using Design Patterns (DP). check out http://www.phppa