wanze / TemplateEngineFactory

🏭Provides ProcessWire integration for various template engines such as Twig.
MIT License
26 stars 11 forks source link

Chuncks in v2 #15

Closed ivangretsky closed 5 years ago

ivangretsky commented 5 years ago

Good day!

Is there a concept similar to chuncks in version 2?

wanze commented 5 years ago

Hi @ivangretsky

Yep, they are called "Controllers" :) Please check the docs for additional information: https://github.com/wanze/TemplateEngineFactory/blob/master/DOCUMENTATION.md#controllers

Cheers

ivangretsky commented 5 years ago

Thanks, @wanze! The name is a bit confusing (as it is not a controller but controller+view duo), but that's what I've been looking for.