Thank you for your reply, I have read the whole of the quick start section however i don't think it answers my question. If I have a 5 page website and three of the pages have a different navigation area to the other two normally I would put all navigation areas into different include files within an include folder and just call them when needed.
I don't know if this is the correct approach using zend framework, in the quick start section the form is put in applications / forms so prehaps i could put them in application/navigation but think this could start to get difficult to maintain. Thank you in advance Marco Kaiser-2 wrote: > > Hi Julian, > > you should start here: > http://framework.zend.com/docs/quickstart > > This explains also how you have to setup Project and the specific > Directory > Structure. :-) > > -- Marco Kaiser > > -----Original Message----- > From: Julian102 [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2008 11:52 AM > To: [email protected] > Subject: [fw-general] Are folders storing include files still relevant in > zend framework > > > Hello, > > I am new to zend framework and would like to know how include files are > used > in zend. > > Currently I have an includes folder storing my include files in my public > folder with my css and flash folders etc. I am callling these files from > layout.phtml etc however I do not feel this is the best way of doing > things > as I feel the html should be stored in the view. > > If you could explain a better way of doing things or a link to somewhere > that explain the situation better I would be very appreciative. > > Thank You > > Julian > -- > View this message in context: > http://www.nabble.com/Are-folders-storing-include-files-still-relevant-in-ze > nd-framework-tp20598742p20598742.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Are-folders-storing-include-files-still-relevant-in-zend-framework-tp20598742p20601024.html Sent from the Zend Framework mailing list archive at Nabble.com.
