Code generator for pure php

Language

Hello again, This script will generate the basic php CRUD for named table. These CRUD (create, read, update, delete) use the pure php programming style. This script uses mysql, you may modify it to be for mysqli. step one: open config.php file and set localhost, db user, db password, and db name. step two: run install.php and set the name of the table (tables one by one each run) step three: set primary key name of the table. STEP FOUR: THIS IS IMPORTANT, set ALL the fields names of the table in one line seprated by single space. Hit create button and get all the codes for CRUD. Thank you

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byabubasilon Wed, 03/07/2018 - 12:12

It seems that the table you choose does not have valid primary key. this script will not create a new table for you, you should set the details of an existing table with primary key^.
Submitted byAlex_Alexon Sat, 11/10/2018 - 04:32

fantastic script how to embed it in my PHP page? thank you

Add new comment