Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

availability: Class explorer view

Guest
Jun 04, 2011 Jun 04, 2011

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

explorer.PNG

TOPICS
Server side applications
465
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 04, 2011 Jun 04, 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:

functions.jpg

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 06, 2011 Jun 06, 2011
LATEST

Thanks for the screenshot. It will works!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines