Go Pro with Doctrine Queries

Go to class
Write Review

Go Pro with Doctrine Queries provided by SymfonyCasts is a comprehensive online course, which lasts for Less than 1 hour of material. Go Pro with Doctrine Queries is taught by Ryan Weaver. Upon completion of the course, you can receive an e-certificate from SymfonyCasts. The course is taught in Englishand is Paid Course. Visit the course page at SymfonyCasts for detailed price information.

Overview
  • You already know how to query with SQL, so learning how to do complex queries with Doctrine should not give you a headache. In this series, we'll learn the language Doctrine speaks (DQL), as well as the query builder object, how to use complex query features and even how to run good ol' fashioned raw SQL queries with Doctrine. Because hey, sometimes simplicity rules :).

Syllabus
    • 01. Doctrine DQL
    • 02. The QueryBuilder
    • 03. And WHERE Or WHERE
    • 04. JOINs!
    • 05. Joins and addSelect Reduce Queries
    • 06. SELECT the SUM (or COUNT)
    • 07. Selecting Specific Fields
    • 08. Raw SQL Queries
    • 09. Reusing Queries with the Query Builder
    • 10. Filters