api - Prestashop disable Layout from module -


i've created api module in prestashop , generating xml output cms page. thing can't disable layout. need render xml output module (and no html). ideas please? (i not using webservice classes)

at least.. possible module?

thanks, dan

override method "display" of controller , output whatever want.

if not want display layout, not call parent::display().


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -