Cargando…

PHP Persistence Concepts, Techniques and Practical Solutions with Doctrine /

Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web develop...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Romer, Michael (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2016.
Edición:1st ed. 2016.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • 1. About this book
  • 2. Introduction
  • 3. A self-made ORM
  • 4. Hello, Doctrine 2!
  • 5. Defining entities
  • 6. References between Entities
  • 7. Managing Entities
  • 8. Doctrine Query Language
  • 9. Command line tools
  • 10. Caching
  • 11. Advanced Topics.