Referencing Public Directory in ZF
Hi, how does one reference the public directory in a ZF application? In short, I would like to be able to access stylesheets, javascripts, and images directory. For local development, I have been using
<app_name>/public
Is there a constant or another mechanism for performing similar action?
Thanks in advance,
-Conrad
|