PHP Classes
elePHPant
Icontem

PHP Scaffolder: Generate scripts to manipulate MySQL table records

Recommend this page to a friend!
  Info   View files View files (10)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2009-05-05 (7 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 672 This week: 1All time: 4,604 This week: 1,047Up
Version License PHP version Categories
phpscaffolder 1.0.0GNU General Publi...4HTML, Databases, Code Generation
Description Author

This package can be used to generate scripts to manipulate MySQL table records.

It generates a PHP script that can be used to insert, list, update and delete records in a given MySQL table.

The generated script uses separate classes to generate and validate forms and display table records in paginated listings.

Picture of syed abdul baqi
  Performance   Level  
Name: syed abdul baqi <contact>
Classes: 3 packages by
Country: India India

Details
/**
* 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 folder image Files  
File Role Description
Files folder imageincludes (3 files)
Files folder imagelibrary (2 files)
Accessible without login Plain text file index.php Example index.php
Accessible without login Plain text file fields.php Example fields
Accessible without login Plain text file readme.txt Doc. Readme
Accessible without login Plain text file tables.php Example table listing
Accessible without login Plain text file LICENSE Lic. License Info

  Files folder image Files  /  includes  
File Role Description
  Plain text file base.class.php Class base class
  Accessible without login Plain text file config.php Conf. configuration
  Plain text file scaffold.class.php Class scaffold class

  Files folder image Files  /  library  
File Role Description
  Plain text file formvalidator.php Class Form validator
  Plain text file paginator.class.php Class Paginator

 Version Control Unique User Downloads Download Rankings  
 0%
Total:672
This week:1
All time:4,604
This week:1,047Up
User Comments (1)
Very good.
4 years ago (Pablo Flores)
80%StarStarStarStarStar