Description:
This utility is very useful in rapid CMS development. In its present state, it takes the following input to generate a quick CMS:database name, table, and list of fields to be provided in the CMS, and what types of HTML inputs they are (and other types such as multiple select And then it spits out a completely functional edit interface, that could be used to manage the tables content. I would say it's a small subset of the functionality of PHPMyAdmin at this point. All that needs to be added in the output code is the requisite database connection code.
|