You can probably just use the standard "view" structure for ZF2 - you would
just need a different template resolver instance for it.



Marco Pivetta

http://twitter.com/Ocramius

http://ocramius.github.com/


On 19 February 2014 19:11, dennis-fedco <dmatve...@fedco-usa.com> wrote:

> Say I have a module that uses existing PDF files to produce new PDF files.
> Existing PDF files are therefore templates I can use to draw new stuff on.
>
> Where do I put those template PDF files in the ZF2/module's folder
> structure?
>
> I thought of putting them into ./data, but then they will go into the
> global
> application scope, and I am not sure if that's the best practice when only
> one module uses these and is therefore affected by them (so far).
>
>
>
> --
> View this message in context:
> http://zend-framework-community.634137.n4.nabble.com/Where-to-place-template-files-in-ZF2-tp4661715.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
> --
> List: fw-general@lists.zend.com
> Info: http://framework.zend.com/archives
> Unsubscribe: fw-general-unsubscr...@lists.zend.com
>
>
>

Reply via email to