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. Link to comment https://forums.phpfreaks.com/topic/196793-books-on-php-application-design/ 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) Link to comment https://forums.phpfreaks.com/topic/196793-books-on-php-application-design/#findComment-1033094 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.