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

is there extension for code refaction

New Here ,
Jan 08, 2008 Jan 08, 2008
Hi
im using php in DW and asking if there is extension for code refaction ?

thanks in advance.
TOPICS
Extensions
716
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 ,
Jan 08, 2008 Jan 08, 2008
macnux wrote:
> Hi
> im using php in DW and asking if there is extension for code refaction ?

I assume that you mean code refactoring. If so, I'm not aware of such an extension. Refactoring seems to mean different things to different people. To some it's as minimal as renaming variables/classes. Which to some extent could be accomplished in a broad brush fashion via the Find and Replace that's built in.

What would you use a refactoring tool for with your code?


--
Danilo Celic
| Extending Knowledge Daily : http://CommunityMX.com/
| Adobe Community Expert
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
New Here ,
Jan 08, 2008 Jan 08, 2008
sorry for spelling

i mean by refactoring like extracting function and setting globals inside it and also extracting class and add parameter and more more ,,
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 ,
Jan 08, 2008 Jan 08, 2008
LATEST
macnux wrote:
> sorry for spelling
>
> i mean by refactoring like extracting function and setting globals inside it and also extracting class and add parameter and more more ,,
>

There may be one, but as far as I'm aware there isn't such an extension available for Dreamweaver. Perhaps take a look at some of the dedicated PHP IDEs, such as Zend Studio. A quick Google search has this as the top result which is an article about refactoring provided by Zend:
http://devzone.zend.com/article/2514-Refactoring-PHP-Code

--
Danilo Celic
| Extending Knowledge Daily : http://CommunityMX.com/
| Adobe Community Expert
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