Cargando…

Advanced PHP programming : a practical guide to developing large-scale Web sites and applications with PHP 5 /

Over the past three years PHP has evolved from being a niche language used to add dynamic functionality to small sites to a powerful tool making strong inroads into large-scale, business-critical Web systems. The rapid maturation of PHP has created a skeptical population of users from more tradition...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Schlossnagle, George
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams Pub., ©2004.
Colección:Developer's library.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • I. Implementation and Development Methodologies
  • 1. Coding Styles
  • 2. Object-Oriented Programming Through Design Patterns
  • 3. Error Handling
  • 4. Implementing with PHP: Templates and the Web
  • 5. Implementing with PHP: Standalone Scripts
  • 6. Unit Testing
  • 7. Managing the Development Environment
  • 8. Designing a Good API
  • II. Caching
  • 9. External Performance Tunings
  • 10. Data Component Caching
  • 11. Computational Reuse
  • III. Distributed Applications
  • 12. Interacting with Databases
  • 13. User Authentication and Session Security
  • 14. Session Handling
  • 15. Building a Distributed Environment
  • 16. RPC: Interacting with Remote Services
  • IV. Performance
  • 17. Application Benchmarks: Testing an Entire Application
  • 18. Profiling
  • 19. Synthetic Benchmarks: Evaluating Code Blocks and Functions
  • V. Extensibility
  • 20. PHP and Zend Engine Internals
  • 21. Extending PHP: Part I
  • 22. Extending PHP: Part II
  • 23. Writing SAPIs and Extending the Zend Engine.