Thread: PHP books
View Single Post
Old 09-17-2007, 11:35 AM   #19 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Quote:
Originally Posted by Tanax View Post
What does "Advanced PHP Programming by George Schlossnagle" cover?
  1. Implementation and Development Methodologies
    • Coding Styles
    • Object-Oriented Programming Through Design Patters
    • Error Handling
    • Implementing with PHP: Templates and the Web
    • Implementing with PHP: Standalone Scripts
    • Unit Testing
    • Managing the Development Environment
    • Designing a Good API
  2. Caching
    • External Performance Tunings
    • Data Component Caching
    • Computational Reuse
  3. Distributed Applications
    • Interacting with Databases
    • User Authentication and Session Security
    • Session Handling
    • Building a Distributed Environment
    • RPC: Interacting with Remote Services
  4. Performance
    • Application Benchmarks: Testing an Entire Application
    • Profiling
    • Synthetic Benchmarks: Evaluating Code Blocks and Functions
  5. Extensibility
    • PHP and Zend Engine Internals
    • Extending PHP: Part I
    • Extending PHP: Part II
    • Writing SAPIs and Extending the Zend Engine
Salathe is offline  
Reply With Quote