hkothari Posted March 28, 2010 Share Posted March 28, 2010 I'm just curious but are there any good books on PHP application design that anyone can suggest? I'm not looking for books that teach php basics, I got that down, but I'm looking more for the proper way to design a PHP web application. Quote Link to comment Share on other sites More sharing options...
ignace Posted March 28, 2010 Share Posted March 28, 2010 There aren't any traditional methodologies specific for webdevelopment. Possibly because a small website never needs the help of any software engineering methodology and is possibly just overkill. The real advantage can be found in large, enterprise-grade websites (or web applications). My recommended reading: OO Analysis & Design (by Grady Booch) Applying UML and Patterns (by Craig Larman) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.