So I'm starting out with Zend studio. I installed Zen Frameworks, Zend Studio 9.0 and at one point Zend Server CE (but then removed server).
The problem I am seeing is that when I create a project from my Terminal app using zf.sh, the folder structure is correct (application/, docs/, library/, public/, tests/), and is populated with all the default structure (like application/config/application.ini, etc.).
When I try to do the same from within Zend Studio by going to Project -> Zend Tool and typing in a similar command, like "zf create project test1", the project is created, but doesn't have any of the folder infrastructure I need.
Any ideas?