cakephp / twig-view

Twig View for CakePHP
MIT License
13 stars 6 forks source link

Added TwigAjaxView which mimics AjaxView in core #53

Closed othercorey closed 4 years ago

othercorey commented 4 years ago

This allows users to create AjaxView in their app namespace without having to copying anything.

I configured the Response objects in initialize() so the response type is always set even if the view is constructed with a default response. The core cake AjaxView should do the same if this is committed.

othercorey commented 4 years ago

I don't know if users would inherit from TwigAjaxView or from AppView. If users have heavily customized views, they might just inherit from their AppView.