In Zend studio, how to tell the ide the type of a variable, so I have auto completion?

Posted by Itay Moav on Stack Overflow See other posts from Stack Overflow or by Itay Moav
Published on 2010-04-06T13:49:33Z Indexed on 2010/04/07 1:03 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

In php we use includes. So variables defined in one file and then their scope spans included files too. Zend studio has no idea how to get the type of the variable I am using inside an included file, this is very annoying when the variable type is a big class.
Is there a way to hint the ide about variable types? in included files?

© Stack Overflow or respective owner

Related posts about php

Related posts about ide