Dot All Lisbon – the official Craft CMS conference – is happening September 23 - 25.

Query

Craft loads content and configuration from the database via queries. A query is constructed from criteria in an abstract way, then translated into the language the database understands before execution.

The most common kind of query you will use in Craft is an element query.

Found in
  • Craft CMS