ShopSpell

PHP Persistence: Concepts, Techniques and Practical Solutions with Doctrine [Paperback]

$25.99       (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Romer, Michael
  • Author:  Romer, Michael
  • ISBN-10:  1484225589
  • ISBN-10:  1484225589
  • ISBN-13:  9781484225585
  • ISBN-13:  9781484225585
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Nov-2016
  • Pub Date:  01-Nov-2016
  • SKU:  1484225589-11-SPRI
  • SKU:  1484225589-11-SPRI
  • Item ID: 100521583
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Nov 30 to Dec 02
  • Notes: Brand New Book. Order Now.

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 developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications.

Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way youll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP.


What You'll Learn

  • Define entities and references between entities
  • Manage entities
  • Master the Doctrine Query Language
  • Use appropriate command-line tools for PHP persistence
  • Program for caching 


Who This Book Is For

Experienced PHP programmers and web developers with some exposure to PHP.
1 About this book
1.1 Software version
1.2 Database system
1.3 Code downloads
1.4 Conventions used in this book
1.5 An important notice for Amazon customers
2 Introduction
2.1 Object oriented programming (OOP) & the Domain Model
2.2 Demo application