In Eclipse, what is the purpose of the
Open PHP Type Dialog box (Ctrl+Shift+T)
I have huge PHP5 project and nothing happens what ever I type in.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found out that you have to define the type of each of your objets in your class in order to use this function later to browse your code.
To define a type do as follow :
here is a concrete exemple
And don’t forget a space after var_type.
Thanks @atlanto