Im making a Zend Framework MVC application using the standard Zend MVC structure and I wanted to know where I should be putting my client-side ExtJS javascript, not the library but my js files.
Im making a Zend Framework MVC application using the standard Zend MVC structure and
Share
Zend Framework MVC layout
The suggested Zend Framework module file structure layout
Client side images, javascript, flash, etc should be left within the doc root folder. The reason behind this is because you should not be passing images/javascript/etc through your bootstrap. Doing that adds increased server side processing and lengths load times.
To follow the module layout of this example something like this works well.