Re: [fw-general] Dojo library Layout

2008-07-18 Thread Todd Wolaver
public/js would be a js folder under your server's document root (html in your case). You can in reality put the dojo source anywhere under the document root (pulbic folder) and set the location in the dojo view helper. i.e. $view->dojo()->setLocalPath('/js/dojo/dojo.js') ->ad

Re: [fw-general] Dojo library Layout

2008-07-18 Thread Christian Sanchez
2008/7/18 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Friday, 18 July 2008, 10:12 AM -0500): > > I was wondering if there is a best practice for the layout considering > the > > usage of the recent Zend_Dojo... I know it must be under the htm

Re: [fw-general] Dojo library Layout

2008-07-18 Thread Todd Wolaver
I currently use a layout similar to your second option and I keep my Dojo modules in their own directory outside of the dojo source. - application - bootstrap - htdocs - images - scripts - dojo - dijit - dojo - dojox

Re: [fw-general] Dojo library Layout

2008-07-18 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Friday, 18 July 2008, 10:12 AM -0500): > I was wondering if there is a best practice for the layout considering the > usage of the recent Zend_Dojo... I know it must be under the html folder, but > how do you recommend it should be implemented? >

[fw-general] Dojo library Layout

2008-07-18 Thread Christian Sanchez
I was wondering if there is a best practice for the layout considering the usage of the recent Zend_Dojo... I know it must be under the html folder, but how do you recommend it should be implemented? >application >html >images >scripts >js >dojo >styles >library Or maybe? >application >html >ima