I'm new to the Zend Studio and Zend framework. I'm trying to build a Zend framework project in Zend Studio. But the there is only one framework version could be selected, which I guess is the default one. If I want to add a new framework version and create a new Zend framework project with new one, how should do?
Thanks
P.S. The version of Zend Studio I used is 7.2.1 and the Zend Framework I want to add is version 1.11.3
What m0sc said.
Another option would be to ignore the library zend studio uses; and just include it yourself everytime in the index.php:
I prefer to do it this way, because it's what I have to do in production anyway.