TheBaggage Posted September 7, 2008 Share Posted September 7, 2008 Hi gang, I've been writing PHP for about 3 years now. I'm quite confident in my ability to pump out code, but I've spent the past 18 months working alone, and without access to other/senior PHP programmers, I suspect my practices aren't improving as fast as they should. I was wondering if anyone had any good textbook suggestions that might make my code a little more graceful. Specifically, things like building an elegant (custom) MVC framework, improve code reusability, interchangeability etc. My current code isn't horrible by any means, but I'm sure it could be written more efficiently. In short, just a book that isn't so much about the functionality of PHP, as about a bunch of ideas likely to make me think "yeah, that's much more convenient/fast/elegant". Any suggestions most appreciated. Lotsa thanks, The Baggage Quote Link to comment https://forums.phpfreaks.com/topic/123157-textbook-recommendations-php5-best-practices-efficiency-etc/ Share on other sites More sharing options...
Daniel0 Posted September 8, 2008 Share Posted September 8, 2008 "The Pragmatic Programmer - From Journeyman to Master", Hunt, Thomas "Design Patterns", Gamma, et al. (Gang of Four) "PHP Objects, Patterns and Practice" "Patterns of Enterprise Application Architecture", Fowler Not all of those books are specifically about PHP though. Quote Link to comment https://forums.phpfreaks.com/topic/123157-textbook-recommendations-php5-best-practices-efficiency-etc/#findComment-636793 Share on other sites More sharing options...
448191 Posted September 8, 2008 Share Posted September 8, 2008 Don't forget Core J2EE Patterns. Quote Link to comment https://forums.phpfreaks.com/topic/123157-textbook-recommendations-php5-best-practices-efficiency-etc/#findComment-636858 Share on other sites More sharing options...
TheBaggage Posted September 9, 2008 Author Share Posted September 9, 2008 Many thanks guys, will check them out. :-) Quote Link to comment https://forums.phpfreaks.com/topic/123157-textbook-recommendations-php5-best-practices-efficiency-etc/#findComment-637080 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.