zend studio 是否创建项目结构?
当我尝试使用 Zend Studio 创建新的 zend 框架项目时,它仅创建以项目名称命名的文件夹,但它是空的。
在一些教程中,我看到它创建了 zend 项目公共、应用程序[控制器、模型、视图]、库的完整结构......
我没有 zend 服务器,这是问题所在吗?
When I tried the Zend Studio to create new zend framework project it creates just the folder named with project name but it's empty.
In some tutorials I've seen it creating the full structure of zend project public, application[controllers,models,views],library....
I don't have the zend server is this the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Zend Studio 不会创建包含所有文件夹的项目结构。您可以通过创建文件夹手动执行此操作,也可以使用 CLI,或命令行工具(内部称为控制台工具)。
使用它,您可以生成基本项目结构并添加/编辑结构和文件。
Zend Studio does not create the project structure with all folders. You can either do it manually by creating the folders or use the the CLI, or command line tool (internally known as the console tool).
Using it you can generate the basic project structure and add/edit structure and files.