Script Installation
PHP CMS Generator Script Installation and Configure Services
|
Script Description:This utility is very useful in rapid CMS development. In its present state, it takes the following input to generate a quick CMS: rrn- Database name, table, and login rrn- List of fields to be provided in the CMS, and what types of HTML inputs they are (and other types such as rrnmultiple select rrnAnd then it spits out a completely functional edit interface, that could be used to manage the tables content. I would say its a small subset of the functionality of PHPMyAdmin at this point. All that needs to be added in rrnthe output code is the requisite database connection code. Site Url: http://sourceforge.net/projects/phpcmsgenerator/ |