I have a php project in my Zend Studio which has the Subfolders src/ vendor/ (Silex). In my src folder i have a folder Structure like Company/Project/...
When i want to create a new class via the wizard, in my other projects it fills in the namespace in the "new class" window.
In this project this doesn't work when i use new "PHP Class", when i use new "Class" it uses the folder structure like: src\Company\Project.....
So how can i set namespaces for my source folders? Or is this a error because I thought they will be detected automatically?