PHP Class Wizard

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
schrencki
Posts: 4
Joined: Wed Nov 26, 2008 7:03 pm

PHP Class Wizard

Post by schrencki »

Since the excellent Object orientation features added to PHP from version 5. A class creation wizard like those found in Java IDE's would be a godsend.

The wizard could, for example, allow you to specify a class that is being extended and any interfaces that are being implemented. require statements could then be added for the files containing these and even create stub functions for the selected interfaces to be implemented.
Manko10
Posts: 13
Joined: Sun Nov 23, 2008 6:02 pm

Re: PHP Class Wizard

Post by Manko10 »

Not sure, whether I really need that but why not?
Of course, it would be absolutely stunning if it is combined with an outstanding UML editor (yeah, we don't have enough good [!] free or favorable UML editors), but I don't think that this will be implemented. :)
Post Reply