3
votes

After I create a couple folders in the /application folder (such as forms and models) and then start adding classes to those folders, how do I make the code auto completion for these classes available in my various other files such as my IndexController.php?

I'm using Zend Studio 6.1 and ZF 1.8.4.

1

1 Answers

2
votes

make sure to set the Zend Framework for the 'PHP Include Path' and use phpdoc style comments to set what the types of the different variables are.