Go Pro with Doctrine Queries
The QueryBuilder
  Unlock this challenge
Login Register

Challenge 1 / 1

Check out these two Doctrine queries that live inside CategoryRepository:

$this->createQueryBuilder('category')
$this->createQueryBuilder('category')->select('category')

What is the difference between them?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.