TypeRocket / core

TypeRocket core source files where all the magic lives.
https://typerocket.com
36 stars 21 forks source link

View Renderer #90

Closed mohamed-abdul-fattah closed 4 years ago

mohamed-abdul-fattah commented 4 years ago

Render a given view template as a string for inclusion as a partial template.

<?= tr_view( 'path.to.partial' )->renderView() ?>
kevindees commented 4 years ago

Hey @mohamed-abdul-fattah

If you can get this working with the template engine system I could see about merging it.

Thanks, Kevin

mohamed-abdul-fattah commented 4 years ago

@kevindees I didn't get what do you mean by working with the template engine system. I use this method daily for partial templates with the returned view from the controller.