Skip to main content
June 4, 2011
Question

availability: Class explorer view

  • June 4, 2011
  • 1 reply
  • 463 views

Hi,

refer to below picture (snapshot taken from php Eclipse):

DefaultController is a class of the file that is open now [at viewport].

An explorer shows the classes and it's functions.. It's really useful,Click on any function and quickly move to that function's area. Is it available with dreamweaver CS5 or CS5.5? Otherwise I have to stay with PHP Eclipse.

Thanks,

Rashidul

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
June 4, 2011

Dreamweaver doesn't have exactly the same setup, but you can right-click in your class file to display a list of functions (methods). Selecting one from the list takes you directly to the definition for the method, as shown in this screenshot:

Dreamweaver CS5 and CS5.5 have many other features to help serious PHP developers. I wrote a blog post about the features when CS5 came out. You can read it here: http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/. The only difference between CS5 and CS5.5 from the PHP perspective is that code hints and syntax support have been upgraded to PHP 5.3 in the latest version.

I suggest you download the 30-day free trial to see if Dreamweaver meets your requirements.

June 6, 2011

Thanks for the screenshot. It will works!