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
- Host: GitHub
- URL: https://github.com/dyazincahya-blog/extjs4-crud-with-codeigniter
- Owner: dyazincahya-blog
- Created: 2018-02-13T11:06:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T11:51:02.000Z (about 7 years ago)
- Last Synced: 2025-04-08T06:11:10.389Z (28 days ago)
- Topics: codeigniter, crud-sample, example, example-code, extjs, javascript, php
- Language: PHP
- Homepage: http://www.kang-cahya.com/2016/03/crud-codeigniter-304-dengan-extjs-42.html
- Size: 500 KB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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)