Skip to main content
Known Participant
January 8, 2008
Question

is there extension for code refaction

  • January 8, 2008
  • 3 replies
  • 717 views
Hi
im using php in DW and asking if there is extension for code refaction ?

thanks in advance.
This topic has been closed for replies.

3 replies

Inspiring
January 8, 2008
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
macnuxAuthor
Known Participant
January 8, 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 ,,
Inspiring
January 8, 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