Is that possible to have images, CSS and scripts in a Zend Framework module ?
- by Matthieu
In my Zend Framework modules, I have views that require specific scripts, CSS and images.
Is that possible to include them in the module in a way that I don't have to copy them in each project that uses the module ? (because the "public/" folder is not part of the module, but specific to each application)
If not, how can I do ?
Thanks !