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

Since that is new to me I have been searching for some "easy reading" to
understand how it works and if it is easy to learn. The book states that
using a DP will be beneficial, specially for larger projects and to create
reusable code.

I have found some info, such as the Patterns Library at
http://hillside.net/patterns/, but the information there isn't very easy
read for me.

What I would be grateful to know is which DP is best for web projects based
on PHP(5). Preferable if someone could give a short description on how the
common DP's could be applied for web projects.

I would also like to get a few tips on books, or preferable free resources
on internet, that helps me understand this.

Thanks,
/Thomas

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to