Stefany93 Posted December 7, 2012 Share Posted December 7, 2012 (edited) Hello, First of all, if anyone here remembers my opposition frameworks, I want to say that I was wrong, and I am sorry. Moving on, I downloaded the Zend Framework from the official website and now I am following a tutorial on how to install it but I am stuck with the question that I can't seem to find the zf.bat file in order to access the Zend Framework in the command prompt. The guy who created the tutorial said it is located in the bin folder, but all there is in the bin folder are just a bunch of .php files. Could you please tell me where to find it? Thank you! Best Regards Stefany Edited December 7, 2012 by Stefany93 Quote Link to comment Share on other sites More sharing options...
trq Posted December 7, 2012 Share Posted December 7, 2012 What version of ZF have you downloaded, and what version does the tutorial refer to? I don't think there is a such a thing as zf.bat in the current versions. Quote Link to comment Share on other sites More sharing options...
Stefany93 Posted December 7, 2012 Author Share Posted December 7, 2012 ^^ I downloaded the latest 2.0.5 version. So it is not possible to access Zend with the command prompt anymore? Quote Link to comment Share on other sites More sharing options...
trq Posted December 7, 2012 Share Posted December 7, 2012 I don't think so. I'm not a Zf user, but I don't recall anything like that existing in zf2. Quote Link to comment Share on other sites More sharing options...
Stefany93 Posted December 8, 2012 Author Share Posted December 8, 2012 ^^ Right, thank you very much. I guess it is not possible to access the Zend Framework in the CMD now with the newest version. Quote Link to comment Share on other sites More sharing options...
Andy123 Posted December 9, 2012 Share Posted December 9, 2012 (edited) That tutorial seems to be about Zend Framework 1, which is fundamentally different than its successor. There is a decent tutorial on the official website and it is relatively easy to follow. I am not aware of any command line tools except for two that help you generate class maps and plugin maps. This is, however, not relevant before you are going to put a site into production. You can even do without them, but they help improve performance. If you are interested, they can be found within the bin folder when downloading the full version of ZF2. Since you are following a tutorial, I doubt what you are after is to add console support to an application of yours. Either way, Zend\Console can be used for this. But for the development tools, I am not sure they exist anymore. At least I haven't heard about any. Edited December 9, 2012 by Andy123 Quote Link to comment Share on other sites More sharing options...
Stefany93 Posted December 18, 2012 Author Share Posted December 18, 2012 That tutorial seems to be about Zend Framework 1, which is fundamentally different than its successor. There is a decent tutorial on the official website and it is relatively easy to follow. I am not aware of any command line tools except for two that help you generate class maps and plugin maps. This is, however, not relevant before you are going to put a site into production. You can even do without them, but they help improve performance. If you are interested, they can be found within the bin folder when downloading the full version of ZF2. Since you are following a tutorial, I doubt what you are after is to add console support to an application of yours. Either way, Zend\Console can be used for this. But for the development tools, I am not sure they exist anymore. At least I haven't heard about any. Thank you very much for the help! Quote Link to comment Share on other sites More sharing options...
Andy123 Posted February 3, 2013 Share Posted February 3, 2013 Hello again. Zend Framework 2.1.0 and 2.0.7 have just been released and with it came a tool! Below is a quote from the releaselog: Enrico Zimuel has been hacking on the ZFTool project, to provide tooling support for the framework. This has resulted in zftool.phar, which provides the following capabilities at this time: Skeleton application creation Module creation within a skeleton Autoloader classmap creation ZF2 installation to a directory Expect more capabilities in the future! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.