Persistence in PHP with Doctrine ORM : build a model layer of your PHP applications successfully, using Doctrine ORM /
Persistence in PHP with the Doctrine ORM is a concise, fast, and focused guide to build a blog engine with advanced features such as native queries and lifecycle callbacks. This book is primarily intended for PHP developers and architects who want to increase their skills in the field of Persistence...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Pub.,
2013.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBSCO_ocn870674323 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 140218s2013 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e pn |c UMI |d COO |d DEBBG |d DEBSZ |d OCLCF |d OCLCQ |d N$T |d IDEBK |d EBLCP |d MHW |d E7B |d S4S |d YDXCP |d MEAUC |d FEM |d COCUF |d CNNOR |d MOR |d CCO |d PIFAG |d OCLCQ |d OCLCO |d ZCU |d AGLDB |d MERUC |d OCLCQ |d D6H |d VTS |d CEF |d ICG |d OCLCQ |d STF |d DKC |d AU@ |d OCLCQ |d K6U |d OCLCO |d OCLCQ |d OCLCO | ||
019 | |a 866838668 |a 961623160 |a 962570033 |a 968075439 |a 969008027 |a 974979395 |a 975046579 |a 981866626 |a 988421324 |a 991961602 | ||
020 | |a 1782164103 | ||
020 | |a 9781782164104 | ||
020 | |a 1306212715 | ||
020 | |a 9781306212717 | ||
020 | |a 9781782164111 | ||
020 | |a 1782164111 | ||
020 | |z 9781782164104 | ||
029 | 1 | |a CHNEW |b 000634351 | |
029 | 1 | |a CHNEW |b 000899549 | |
029 | 1 | |a CHVBK |b 403394120 | |
029 | 1 | |a DEBBG |b BV041783925 | |
029 | 1 | |a DEBBG |b BV044065212 | |
029 | 1 | |a DEBSZ |b 399568662 | |
029 | 1 | |a DEBSZ |b 404336388 | |
029 | 1 | |a DEBSZ |b 49313994X | |
029 | 1 | |a DKDLA |b 820120-katalog:999933602905765 | |
029 | 1 | |a GBVCP |b 815074581 | |
035 | |a (OCoLC)870674323 |z (OCoLC)866838668 |z (OCoLC)961623160 |z (OCoLC)962570033 |z (OCoLC)968075439 |z (OCoLC)969008027 |z (OCoLC)974979395 |z (OCoLC)975046579 |z (OCoLC)981866626 |z (OCoLC)988421324 |z (OCoLC)991961602 | ||
037 | |a CL0500000383 |b Safari Books Online | ||
050 | 4 | |a QA76.73.P224 |b D86 2013 | |
072 | 7 | |a COM |x 051400 |2 bisacsh | |
082 | 0 | 4 | |a 005.133 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Dunglas, Kévin. | |
245 | 1 | 0 | |a Persistence in PHP with Doctrine ORM : |b build a model layer of your PHP applications successfully, using Doctrine ORM / |c Kévin Dunglas. |
246 | 3 | |a Persistence in PHP with Doctrine Object Relational Mapper | |
260 | |a Birmingham, UK : |b Packt Pub., |c 2013. | ||
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed July 7, 2017). | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting Started with Doctrine 2; Prerequisites; Understanding the concepts behind Doctrine; Creating a project structure; Installing Composer; Installing Doctrine; Bootstrapping the app; Using Doctrine's Entity Manager; Configuring Doctrine command-line tools; Summary; Chapter 2:Entities and Mapping Information; Creating the Entity class; Generating getters and setters; Mapping with Doctrine annotations; Knowing about the @Entity annotation. | |
505 | 8 | |a Understanding the @Table, @Index, and @UniqueConstraint annotationsDiving into the @Column annotation; Knowing about the @Id and @GeneratedValue annotations; Using other annotations; Understanding Doctrine Mapping Types; Creating the database schema; Installing Data fixtures; Creating a simple UI; Listing posts; Creating and editing posts; Deleting posts; Summary; Chapter 3:Associations; Getting started with the Doctrine associations; Understanding the @ManyToOne and @OneToMany annotations with the comment system; Creating the Comment entity class (owning side). | |
505 | 8 | |a Adding the inverse side to the Post entity classUpdating the database schema; Adding fixtures for the comments; Listing and creating comments; Updating the index; Understanding the @ManyToMany annotation with tags; Creating the Tag entity class (inverse side); Updating the Post entity class (owning side); Updating the schema again; Creating tag fixtures; Managing the tags of a post; Summary; Chapter 4:Building Queries; Understanding DQL; Using the entity repositories; Creating custom entity repositories; Getting started with Query Builder; Filtering by tag; Counting comments; Summary. | |
505 | 8 | |a Chapter 5:Going FurtherImplementing inheritance; Using Mapped Superclasses; Using Single Table Inheritance; Using Class Table Inheritance; Getting started with events; Lifecycle callbacks; Knowing about event listeners and event subscribers; Writing native queries; The NativeQuery class; Doctrine DBAL; Summary; Index. | |
520 | |a Persistence in PHP with the Doctrine ORM is a concise, fast, and focused guide to build a blog engine with advanced features such as native queries and lifecycle callbacks. This book is primarily intended for PHP developers and architects who want to increase their skills in the field of Persistence and ORM to map the data they are working on to objects they are using in programming. Basic knowledge of databases and PDO and working knowledge of PHP namespaces is a prerequisite. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a PHP (Computer program language) | |
650 | 0 | |a Relational databases. | |
650 | 0 | |a Database management. | |
650 | 6 | |a PHP (Langage de programmation) | |
650 | 6 | |a Bases de données relationnelles. | |
650 | 6 | |a Bases de données |x Gestion. | |
650 | 7 | |a COMPUTERS |x Programming Languages |x PHP. |2 bisacsh | |
650 | 7 | |a Database management |2 fast | |
650 | 7 | |a PHP (Computer program language) |2 fast | |
650 | 7 | |a Relational databases |2 fast | |
776 | 0 | 8 | |i Print version: |z 9781306212717 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781782164104/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=676994 |z Texto completo |
938 | |a ProQuest Ebook Central |b EBLB |n EBL1572919 | ||
938 | |a ebrary |b EBRY |n ebr10822294 | ||
938 | |a EBSCOhost |b EBSC |n 676994 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis27065325 | ||
938 | |a YBP Library Services |b YANK |n 11439858 | ||
994 | |a 92 |b IZTAP |