O'Reilly - Learning Doctrine - TorrentBank

File Name:O'Reilly - Learning Doctrine

Create Tool:Tixati v2.12

Create Time:2015-07-29 10:27:26

File Size:2.50 GB

File Count:106

File Hash:9be87ca808f76f4be5ddc3f84856f42323c87ba0

Magnet Link:

Magnet Link:

Torrent File:

01. Overview/01_01-What Is Doctrine And Why Use It.mp4 31.25 MB
01. Overview/01_02-About The Author.mp4 12.35 MB
01. Overview/01_03-What Is In This Course.mp4 15.87 MB
01. Overview/01_04-How Do I Setup My Computer To Run The Demo Code.mp4 18.04 MB
01. Overview/01_05-How To Access Your Working Files.mp4 24.74 MB
02. Concepts And Terms/02_01-The Domain Model.mp4 15.85 MB
02. Concepts And Terms/02_02-DBAL Database Abstraction Layer.mp4 32.32 MB
02. Concepts And Terms/02_03-ORM Object Relational Mapping.mp4 35.19 MB
02. Concepts And Terms/02_04-What Is An Entity.mp4 15.86 MB
02. Concepts And Terms/02_05-The Doctrine Entity Manager.mp4 29.54 MB
02. Concepts And Terms/02_06-What Is A Mapper.mp4 36.32 MB
02. Concepts And Terms/02_07-What Is A Repository.mp4 29.46 MB
02. Concepts And Terms/02_08-What Are Life Cycle Events.mp4 23.46 MB
02. Concepts And Terms/02_09-Lab Exercise Setting Up The Lab Infrastructure.mp4 8.92 MB
02. Concepts And Terms/02_10-Lab Solution Setting Up The Lab Infrastructure.mp4 10.54 MB
03. Doctrine Installation/03_01-Prerequisites For Installing Doctrine.mp4 10.69 MB
03. Doctrine Installation/03_02-Composer And Why Do I Need It.mp4 8.46 MB
03. Doctrine Installation/03_03-Installing Composer On Linux, Unix Or OSX.mp4 6.73 MB
03. Doctrine Installation/03_04-Installing Composer On Windows.mp4 5.76 MB
03. Doctrine Installation/03_06-Installing Doctrine.mp4 14.14 MB
03. Doctrine Installation/03_07-PHP Namespace.mp4 15.52 MB
03. Doctrine Installation/03_08-Autoloading.mp4 21.26 MB
03. Doctrine Installation/03_09-Configuring Apps To Use Doctrine.mp4 27.82 MB
03. Doctrine Installation/03_10-Doctrine Command Line Tool.mp4 18.33 MB
03. Doctrine Installation/03_11-Configuring The Doctrine Command Line Tool.mp4 20.76 MB
03. Doctrine Installation/03_12-Lab Exercise Installing Doctrine.mp4 1.42 MB
03. Doctrine Installation/03_13-Lab Solution Installing Doctrine.mp4 5.35 MB
03. Doctrine Installation/03_14-Lab Exercise Configuring The App For Doctrine.mp4 2.41 MB
03. Doctrine Installation/03_15-Lab Solution Configuring The App For Doctrine.mp4 20.40 MB
04. Using Entities/04_01-Creating An Entity.mp4 19.56 MB
04. Using Entities/04_02-Docblock Annotations.mp4 22.42 MB
04. Using Entities/04_03-Defining Different Database Column Types In My Entity.mp4 32.82 MB
04. Using Entities/04_04-Creating A Repository.mp4 13.96 MB
04. Using Entities/04_05-Using The Command Line Tool To Update Entities And Database.mp4 23.68 MB
04. Using Entities/04_06-Lab Exercise Creating Entities.mp4 3.75 MB
04. Using Entities/04_07-Lab Solution Creating Entities.mp4 22.53 MB
04. Using Entities/04_08-Lab Exercise Creating Repositories.mp4 2.80 MB
04. Using Entities/04_09-Lab Solution Creating Repositories.mp4 7.35 MB
05. Create, Read, Update And Delete Operations/05_01-Saving An Entity.mp4 20.61 MB
05. Create, Read, Update And Delete Operations/05_02-Reading An Entity.mp4 23.08 MB
05. Create, Read, Update And Delete Operations/05_03-Updating An Entity.mp4 16.22 MB
05. Create, Read, Update And Delete Operations/05_04-Deleting An Entity.mp4 9.70 MB
05. Create, Read, Update And Delete Operations/05_05-Create, Read, Update, And Delete Using DBAL.mp4 33.31 MB
05. Create, Read, Update And Delete Operations/05_06-Using Doctrine Query Language DQL.mp4 41.36 MB
05. Create, Read, Update And Delete Operations/05_07-Using POS Plain Old SQL.mp4 46.31 MB
05. Create, Read, Update And Delete Operations/05_08-Lab Exercise Implementing Read Operations On Member Entity.mp4 5.79 MB
05. Create, Read, Update And Delete Operations/05_09-Lab Solution Implementing Read Operations On Member Entity.mp4 23.71 MB
05. Create, Read, Update And Delete Operations/05_10-Lab Exercise Implementing Create, Update, Delete Operations On Member Entity.mp4 7.81 MB
06. Database Modeling/06_01-Configuring A One To One Relationship Between Entities.mp4 14.59 MB
06. Database Modeling/06_02-Configuring A One To Many Relationship Between Entities.mp4 24.45 MB
06. Database Modeling/06_03-Using A Many To Many Relationship Between Entities.mp4 25.93 MB
06. Database Modeling/06_04-Persisting Entities In A One To One Relationship.mp4 35.17 MB
06. Database Modeling/06_05-Updating Entities In A One To One Relationship.mp4 13.80 MB
06. Database Modeling/06_06-Deleting Entities In A One To One Relationship.mp4 22.82 MB
06. Database Modeling/06_07-Persisting Entities In A One To N Relationship.mp4 28.92 MB
06. Database Modeling/06_08-Updating Entities In A One To N Relationship.mp4 24.78 MB
06. Database Modeling/06_09-Deleting Entities In A One To N Relationship.mp4 38.83 MB
06. Database Modeling/06_10-Persisting Entities In A M To N Relationship.mp4 26.10 MB
06. Database Modeling/06_11-Updating Entities In A M To N Relationship.mp4 23.20 MB
06. Database Modeling/06_12-Deleting Entities In A M To N Relationship.mp4 20.69 MB
06. Database Modeling/06_13-Using Doctrine With A Database View.mp4 17.79 MB
06. Database Modeling/06_14-Lab Exercise Establishing Relationship Between Members And Purchases.mp4 5.62 MB
06. Database Modeling/06_15-Lab Solution Establishing Relationship Between Members And Purchases.mp4 28.29 MB
06. Database Modeling/06_16-Lab Exercise Establishing Relationship Between Products And Purchases.mp4 10.75 MB
06. Database Modeling/06_17-Lab Solution Establishing Relationship Between Purchases And Products.mp4 21.93 MB
06. Database Modeling/06_18-Lab Exercise Rewriting The Purchase Process.mp4 5.10 MB
06. Database Modeling/06_19-Lab Solution Rewriting The Purchase Process.mp4 21.86 MB
07. Using The Query Builder/07_01-What Is The Query Builder, And Why Use It.mp4 20.43 MB
07. Using The Query Builder/07_02-Performing Create, Read, Update, And Delete Using The DBAL Query Builder.mp4 33.18 MB
07. Using The Query Builder/07_03-Using The ORM Query Builder.mp4 41.03 MB
07. Using The Query Builder/07_04-Using The Expression Builder.mp4 30.36 MB
07. Using The Query Builder/07_05-Improving Performance When Using The ORM Query Builder.mp4 28.27 MB
07. Using The Query Builder/07_06-Lab Exercise Implementing Basic Queries.mp4 4.36 MB
07. Using The Query Builder/07_07-Lab Solution Implementing Basic Queries.mp4 21.52 MB
07. Using The Query Builder/07_08-Lab Exercise Implementing A Join Using The Query Builder.mp4 3.79 MB
07. Using The Query Builder/07_09-Lab Solution Implementing A Join Using The Query Builder.mp4 18.52 MB
08. Performance Tuning/08_01-What Are The General Performance Recommendations.mp4 53.55 MB
08. Performance Tuning/08_02-Getting Performance Statistics.mp4 29.96 MB
08. Performance Tuning/08_03-Pagination In Doctrine.mp4 31.27 MB
08. Performance Tuning/08_04-Improving Performance Using Cache.mp4 32.69 MB
08. Performance Tuning/08_05-Improving Performance Using Proxies.mp4 23.96 MB
08. Performance Tuning/08_06-Using The Doctrine Event Manager.mp4 34.27 MB
08. Performance Tuning/08_07-Using Doctrine Life Cycle Events.mp4 44.27 MB
08. Performance Tuning/08_08-Using Doctrine Filters.mp4 27.12 MB
08. Performance Tuning/08_09-Improving Performance Using Doctrine Second Level Cache.mp4 52.18 MB
08. Performance Tuning/08_10-Implementing Transactions Using Doctrine.mp4 34.85 MB
08. Performance Tuning/08_11-Using Doctrine Inheritance Mapping.mp4 46.12 MB
08. Performance Tuning/08_12-What About Security.mp4 48.08 MB
08. Performance Tuning/08_13-Known Doctrine Limitations And Issues.mp4 44.11 MB
08. Performance Tuning/08_14-Lab Exercise Implementing Pagination.mp4 2.90 MB
08. Performance Tuning/08_15-Lab Solution Implementing Pagination.mp4 15.02 MB
08. Performance Tuning/08_16-Lab Exercise Implementing Caching And Proxies.mp4 7.87 MB
08. Performance Tuning/08_17-Lab Solution Implementing Caching And Proxies.mp4 20.85 MB
08. Performance Tuning/08_18-Lab Exercise Implementing A Life Cycle Callback On Members.mp4 2.68 MB
08. Performance Tuning/08_19-Lab Solution Implementing A Life Cycle Callback On Members.mp4 9.26 MB
09. Doctrine And Frameworks/09_01-Zend Framework 2.mp4 38.53 MB
09. Doctrine And Frameworks/09_02-Symphony.mp4 28.80 MB
09. Doctrine And Frameworks/09_03-CodeIgniter.mp4 42.73 MB
09. Doctrine And Frameworks/09_04-Doctrine ORM Module For Zend Framework 2.mp4 46.94 MB
10. Doctrine And MongoDB/10_01-MongoDB.mp4 13.12 MB
10. Doctrine And MongoDB/10_02-Configuring Apps To Use Doctrine With MongoDB.mp4 19.39 MB
10. Doctrine And MongoDB/10_03-Creating, Reading, Updating And Deleting Using MongoDB.mp4 31.71 MB
11. Doctrine And CouchDB/11_01-Configuring Apps To Use Doctrine With CouchDB.mp4 34.16 MB
11. Doctrine And CouchDB/11_02-Creating, Reading, Updating And Deleting Using CouchDB.mp4 39.91 MB
12. Conclusion/12_01-Wrap Up.mp4 7.22 MB
Working Files/Learning_Doctrine_Working_Files.zip 184.50 MB
http://bt4.rutracker.org/ann?uk=pN1rWqEF97
http://retracker.local/announce

TorrentBank
Copyright © 2024