__construct()
__construct()
The fetch function sort of replicates Gryphon's original fetch tag with a number of supercharged changes.
{%
set articles = fetch('article')
.wherePublished()
.find()
%}You can also provide full class names to custom interfaces
{% set bloober = fetch('\\My\\Ns\\Bloober').orderForks().find() %}