Just stumbled upon it: http://www.manning.com/reiersol/
PHP in Action
Dagfinn Reiersøl with Marcus Baker and Chris Shiflett
From the downloadable sample chapters, it seems like a pretty good book, useful when you're into using object oriented programming and design patterns building your apps.
Has anyone already read it?
The only review I found so far is http://raphaelstolt.blogspot.com/2007/0 ... eview.html
Anyone read new book php in action?
Moderator: General Moderators
The Introduction, Chapter 17 on Input Validation and Appendix B on Security probably does not quiet count as having read it. It's on my list of things to do though. It seems to cover all the hot topics: Test Driven Development, Patterns and of course the MVC pattern. Beyond the buzz there are a number of fundamental topics that are touched upon, such as, open-closed principle, single-responsibility principle and dependency-inversion principle. There's an entire chapter devoted to Refactoring. They use SimpleTest for the most part. There some PHPUnit too.
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA