"CodeIgniter meets ExtJS" is a project, which CAN show you how to use CodeIgniter together with ExtJS. I followed the MVC (Model View Controller) pattern and i am sure, even for newcomers the structure is easy to understand. It is also easy and no problem to update the core files (CodeIgniter and ExtJS), without touching the application structure.
##Installation
To use this application, you have to extract all the files into one folder. For the example data (movies) you need to import the ci_meets_extjs.sql
file into one of your database and it's important to change the DB Connect-Data at application/backend/config/database.php
Default login username is "admin" and "password" as password. You can change the login data in the users table. The password has to be saved as sha1 encoded string.
##Project Structure
application/
- This folder got all relevant CodeIgniter and ExtJS files, to controll the applicationapplication/backend/
- App Folder of CodeIgniterapplication/frontend/
- App Folder of ExtJSresources/
- Here you got images and css files, but also extensions for ExtJSsystem/
- In this directory you got the heart of this Project - The core files of CodeIgniter and ExtJS (untouched)
##Credit goes to