I've just installed the latest Zend Studio along with the latest zend server on my PC (windows 7 - 64 bit).
Now I'm trying to create a zend framework project by creating a NEW -> Local PHP Project , choosing a zend framework in location :
C:\Program Files (x86)\Zend\Apache2\htdocs
which is by default my localhost folder.And finally when the project created all I get is 3 included libraries :
Javascript Resources , PHP Include Path , PHP Language Library.
And No additional folders created. But What with the basic structure of the zend project ? How can I create the default "Template" zend project ?
