How to get Zend Studio to autocomplete for a Zend Framework project?

After I create a couple of folders in a folder / application (for example, forms and models) and then start adding classes to these folders, how do I automatically complete the code for these classes in my other files, such as my IndexController.php?

I am using Zend Studio 6.1 and ZF 1.8.4.

+3
source share
1 answer

be sure to install the Zend Framework for "PHP Include Path" and use phpdoc style comments to determine the types of various variables.

+2
source

Source: https://habr.com/ru/post/1711889/


All Articles