In Zend Studio, how do I limit Controllers and Models in the MVC Outline to just those I have created?
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 the开发者_开发技巧se Models and Controllers? Thank you,
Try editing the properties of the library folder in Zend Studio and mark it as derived.
精彩评论