Search found 4 matches

by schrencki
Tue Dec 09, 2008 9:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: relative require directory
Replies: 9
Views: 4532

Re: relative require directory

bump....

Is there any information on this issue ?
by schrencki
Wed Nov 26, 2008 9:15 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: PHP Class Wizard
Replies: 1
Views: 1563

PHP Class Wizard

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 ...
by schrencki
Wed Nov 26, 2008 9:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: DocBlock support
Replies: 11
Views: 15090

Re: DocBlock support

This feature would be invaluable to any reasonable sized project and as other tools ( for example eclipse ) support this but not particularly well, it would be a feature that would be received very well by the industry I suspect.
by schrencki
Wed Nov 26, 2008 8:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: relative require directory
Replies: 9
Views: 4532

relative require directory

Hi, I have a problem with my PHP classes to do with the directory support in WeBuilder 2008. In a project, I have the following directory structure. classes/base Registry.php classes/controller ApplicationHelper.php Request.php Controller.php My class Controller.php begins ... <?php require_once ...