Landish / CodeIgniter-2-Scaffolding

๐Ÿ›  Simple Scaffolding Controller for CodeIgniter 2.X. Version

Home Page:http://landish.github.io/CodeIgniter-2-Scaffolding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

๐Ÿ›  Simple Scaffolding Controller for CodeIgniter 2.X. Version

http://landish.github.io/CodeIgniter-2-Scaffolding


Languages

Language:PHP 85.6%Language:CSS 13.0%Language:HTML 1.5%