An open API service indexing awesome lists of open source software.

https://github.com/dyazincahya-blog/extjs4-crud-with-codeigniter

CRUD with ExtJS 4.2 & Codeigniter
https://github.com/dyazincahya-blog/extjs4-crud-with-codeigniter

codeigniter crud-sample example example-code extjs javascript php

Last synced: 2 days ago
JSON representation

CRUD with ExtJS 4.2 & Codeigniter

Awesome Lists containing this project

README

        

## Intro
This is a sample ```CRUD``` using ExtJS 4.2 with Codeigniter 3.x

## Quick instalation
- Create new database
- Import ```table_log.sql``` file
- Config database connection in ```ext-codeigniter/application/config/database.php```
- Download source extjs 4.2 here : [https://github.com/xantus/ext-js-gpl](https://github.com/xantus/ext-js-gpl), alternative, you can download source here: [http://cdn.sencha.com/ext/gpl/ext-4.2.1-gpl.zip](http://cdn.sencha.com/ext/gpl/ext-4.2.1-gpl.zip).
- If the source is finished downloaded, copy and paste to folder ```ext```
- Next, set the ```$base_url``` variable in the ```ext-view/index.php``` file.
- If it's done, access the ```ext-view/index.php``` file in the browser

## Result
![image](https://3.bp.blogspot.com/-Ouxiy6oM_Go/Vtm-5EY4BdI/AAAAAAAAI7k/GHgXBu60vSc/s640/Log.jpeg)

## Article
[http://www.kang-cahya.com/2016/03/crud-codeigniter-304-dengan-extjs-42.html](http://www.kang-cahya.com/2016/03/crud-codeigniter-304-dengan-extjs-42.html)