Is that possible to have images, CSS and scripts in a Zend Framework module ?
Posted
by Matthieu
on Stack Overflow
See other posts from Stack Overflow
or by Matthieu
Published on 2010-03-17T09:16:36Z
Indexed on
2010/03/17
9:21 UTC
Read the original article
Hit count: 149
zend-framework
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 !
© Stack Overflow or respective owner