在 Zend Studio 中,如何将 MVC Outline 中的控制器和模型限制为我创建的控制器和模型?
在 Zend Studio 的 MVC Outline 选项卡中,列出了几个我尚未创建的模型和控制器。例如,Zend_Rest_Controller
显示路径为 \MyProjectName\library\Rest\Controller.php
。
有谁知道如何忽略这些模型和控制器?谢谢你,
In the MVC Outline tab of Zend Studio, several Models and Controllers are listed that I have not created. For example, the Zend_Rest_Controller
shows up with the path \MyProjectName\library\Rest\Controller.php
.
Does anyone know how to ignore these Models and Controllers? Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在 Zend Studio 中编辑库文件夹的属性并将其标记为派生的。
Try editing the properties of the library folder in Zend Studio and mark it as derived.