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

Posted by Itay Moav on Super User See other posts from Super User or by Itay Moav
Published on 2010-04-06T13:49:33Z Indexed on 2010/04/06 13:53 UTC
Read the original article Hit count: 239

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?

© Super User or respective owner

Related posts about php

Related posts about ide