Welcome Guest, Not a member yet? Register   Sign In
Database Admin Controller for Code Igniter and Ext JS 4
#1

[eluser]Unknown[/eluser]
I have been using Code Igniter and Ext JS 4 for several months. In that time, I have created a couple basic templates to display MySQL tables and perform CRUD on those tables. In addition, I have wanted to create some basic admin screens for the Core Igniter configured databases. In my configuration, I have multiple databases defined, using Code Igniter's built-in support for multiple database access. So, given all of that, I have created a controller that will display all Code Igniter configured databases, list the contained tables, and allow you to display and edit those tables.

Right now the basic template supports simple pagination, as well as Adding, Deleting, and Updating records. While fairly full-featured, it does not yet handle remote sorting. In addition, I am sure you will find some minor display issues with data fields that are not your standard integer or varchar. I will look to address these later. As an added bonus, the template references Ext JS remotely, so you do not need to install Ext JS 4 for these admin screens to work. If you are interested in giving Ext JS 4 a try, this is a great way to explore with it.

One feature of this controller is that the panel for the table admin is dynamically generated. This will allow you to save the created JS file, and modify it to suit your needs. You can easily create very custom screens from this generated template.

You can download the zip file here.




Theme © iAndrew 2016 - Forum software by © MyBB