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: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
