Recommend this page to a friend! |
Download .zip |
Info | View files (10) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-05-05 (7 years ago) | Not yet rated by the users | Total: 672 This week: 1 | All time: 4,604 This week: 1,047 |
Version | License | PHP version | Categories | |||
phpscaffolder 1.0.0 | GNU General Publi... | 4 | HTML, Databases, Code Generation |
Description | Author | ||||||||
This package can be used to generate scripts to manipulate MySQL table records. |
|
/** * PHP Scaffolder: A tool to generate CRUD functionality * * Home: http://www.syedabdulbaqi.wordpress.com/ * * Copyright 2009, Syed Abdul Baqi, baqi.syed@gmail.com * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ Readme for version 1.0.0 * What it is: This program generates complete CRUD functionalty for any given database table. The program is Open Source and distributed under the terms of GNU GPL. It is written in PHP and has a web frontend. KEEP ALWAYS A BACKUP OF YOUR PHP FILES! You can get unexpected output from PHP Scaffolder. * What you need: To execute this program, you need a running PHP and MySQL environment. *How to use: =Open config.php in includes folder. Modify database credentials, and save the file. =Now execute index.php and follow the steps on screen. *Credits: Syed Sardar Ahmed for paginator class. html-form-guide.com for Form validator class. |
Files |
File | Role | Description | ||
---|---|---|---|---|
includes (3 files) | ||||
library (2 files) | ||||
index.php | Example | index.php | ||
fields.php | Example | fields | ||
readme.txt | Doc. | Readme | ||
tables.php | Example | table listing | ||
LICENSE | Lic. | License Info |
Files | / | includes |
File | Role | Description |
---|---|---|
base.class.php | Class | base class |
config.php | Conf. | configuration |
scaffold.class.php | Class | scaffold class |
Files | / | library |
File | Role | Description |
---|---|---|
formvalidator.php | Class | Form validator |
paginator.class.php | Class | Paginator |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Scaffolder DEMO Live Demo for Scaffolder |
Pages that reference this package |
PHP Scaffolder It all started about 6 months back; when my project manager assigned me a project which requires admin CMS panel... |