CodeIgniter 2 Scaffolding

CodeIgniter is one of the most powerfeul, flexible and secure PHP Frameworks. Since first version, it had a great feature called Scaffolding, which unfortunately later was deprecated.

This is based on it's original Scaffolding class, and as it was recommended, this tool must be used for development only. Deploying site with this controller can be very harmful for your application.

How to Use?

How to Deploy?

Before you publish your application, it's recommended to remove those folders and only after that upload to server.

/assets/scaffolding/
/application/controllers/scaffolding.php
/application/views/scaffolding/
/application/language/english/scaffolding_lang.php

Demo

Database Tables List

No Data in Database Table

Add/Edit Form

Delete Data from Database