Book 7

Using PHP Frameworks

Contents at a Glance

  1. Chapter 1: The MVC Method
    1. Getting Acquainted with MVC
    2. Comparing MVC to Other Web Models
    3. Seeing How MVC Fits into N-Tier Theory
    4. Implementing MVC
  2. Chapter 2: Selecting a Framework
    1. Getting to Know PHP Frameworks
    2. Knowing Why You Should Use a Framework
    3. Focusing on Popular PHP Frameworks
    4. Looking At Micro Frameworks
  3. Chapter 3: Creating an Application Using Frameworks
    1. Building the Template
    2. Creating an Application Scaffold
    3. Modifying the Application Scaffold