Ask a Question related to PHP Development, Design and Development.
-
lawrence #1
best book on design patterns?
This has nothing to do with PHP, but I ask it here since I do most of
my programming in PHP. What do you think the best book on design
patterns is? The book can be written for C or Java or in the abstract.
What was useful to you and why?
lawrence Guest
-
flex design patterns
Hi ,I would like to convert a existing struts application to flex ,the current application has different modules,ie different screens when... -
In Design book won't export bleeds to pdf
I'm using CS 1 and have several In Design documents with facing pages (bleeds top bottom outside edge) compiled into a book. When I export to pdf... -
OT - Book on Newspaper or Magazine Design
Been trying to look on the Web for a digital book or any comprehensive guide on newspaper/magazine design, to no avail. Anyone out there who can give... -
Flash Web Design Book
I am trying to find a good book to read on how to create a Flash website design (like a turtorial). What is a good book to get that teaches me step... -
(German) Article about Design Patterns in Ruby online
http://www.linuxenterprise.de/itr/online_artikel/psecom,id,407,nodeid,9.html at this URL you can find a very good and interesting article by... -
Bruno Desthuilliers #2
Re: best book on design patterns?
lawrence wrote:
This question should go to comp.object, I think...> This has nothing to do with PHP, but I ask it here since I do most of
> my programming in PHP. What do you think the best book on design
> patterns is?
> The book can be written for C or Java or in the abstract.
> What was useful to you and why?
xposted, and fu2 positionned...
BTW, C might not be the most obvious language for OOP and patterns !-)
<OT in c.l.php>
"Design Patterns, elements of reusable object oriented software",
Gamma, Helm, Johnson, Vlissides
Addison-Wesley
This book is the first one about patterns, and is still the reference.
BTW, it's also a good book about good OO design in general.
</OT>
<php>
For patterns implementations in php, you may want to have a look at
phpPatterns :
[url]http://www.phppatterns.com[/url]
</php>
HTH
Bruno
--
bruno_desthuilliers
bdesth[dot]nospam[at]removeme[dot]free[dot]fr
--
Bruno Desthuilliers Guest



Reply With Quote

