|
|
| Name: |
classGen |
| Base name: |
classgen |
| Description: |
Generate a class file from dynamic specifications |
| Related classes: |
dynamic form |
| Version: |
1.0.0 |
| PHP version: |
4 |
| License: |
BSD License |
| All time users: |
591 users |
| All time rank: |
4214 |
| Week users: |
0 users |
| Week rank: |
2417 |
| |
|
This class can be used to generate a PHP class file from dynamic defined specifications.
It can define a class with a given name and type to add variables and functions to it.
The class generates a file with the defined class code and comments.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
class.php |
Class |
Main class file handling the generation |
classGenDemo.php.txt |
Class |
Demo of content generated |
generate.php |
Example |
controller handling the form post processing |
index.php |
Example |
Html form for the input of paramters needed for the class |