3

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.

Michael Myers
  • 188,989
  • 46
  • 291
  • 292
Keith Bentrup
  • 11,834
  • 7
  • 49
  • 56

1 Answers1

2

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.

Clayton
  • 21
  • 2