Wednesday 25 May 2011 5:21:07 am
- 1 reply
Introduction
I needed a PHP script to export the template output from a module ($module_result.content) to a file stored in the storage folder. Of course this could be achieved by curl or get_file_output, but I wanted a script to generate the template output rather than fetching it.
» Read full blog post