« Previous entries

Archive for June, 2007

PHP in Action: Objects, Design, Agility

Title: PHP in Action: Objects, Design, Agility
Author: Dagfinn Reiersol / Marcus Baker / Chris Shiflett
Publisher: Manning Publications
ISBN: 1932394753
Pub-Date: 2007-06-15

Book Description
To keep programming productive and enjoyable, state-of-the-art practices and principles are essential. Object-oriented programming and design help manage complexity by keeping components cleanly separated. Unit testing helps prevent endless, exhausting debugging sessions. Refactoring keeps code supple and readable. PHP offers all this-and more.

This book shows you how to apply PHP techniques and principles to all the most common challenges of web programming, including:

  • Web presentation and templates
  • User interaction including the Model-View-Contoller architecture
  • Input validation and form handling
  • Database connection and querying and abstraction
  • Object persistence

    http://www.amazon.com/exec/obidos/redirect?path=ASIN%2F1932394753

    Read the rest of this entry »

  • Comments (3)

    « Previous entries