Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekojs/ci_extjs
Integrasi Code Igniter dan ExtJS4.2
https://github.com/ekojs/ci_extjs
ci-extjs code-igniter extjs4 integration
Last synced: 25 days ago
JSON representation
Integrasi Code Igniter dan ExtJS4.2
- Host: GitHub
- URL: https://github.com/ekojs/ci_extjs
- Owner: ekojs
- License: gpl-3.0
- Created: 2016-04-04T03:31:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T06:35:11.000Z (about 6 years ago)
- Last Synced: 2024-10-01T00:41:06.231Z (about 1 month ago)
- Topics: ci-extjs, code-igniter, extjs4, integration
- Language: JavaScript
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generator CRUD menggunakan Integrasi CI dan ExtJS4.2
==============
Copyright (C) 2016 Eko Junaidi Salam## Demo
Contoh halaman [http://ekojs.github.io/ci_extjs](http://ekojs.github.io/ci_extjs) atau bisa melihat juga di [http://ekojs.github.io/akreditasi](http://ekojs.github.io/akreditasi)Karena github.io hanya mengeksekusi non PHP file, maka sample page dibuat dengan meniadakan aksi dari PHP file. Sample page lebih kepada "Contoh" tampilan bila berhasil dikonfigurasikan...
## Instalasi
1. Ekstrak aplikasi ini dalam satu folder.
2. Untuk menggunakan halaman generator import file sql yang ada pada [`resources/test.sql`](https://github.com/ekojs/ci_extjs/blob/master/resources/test.sql) ke database anda.
3. Ubah konfigurasi pada database di [`application/config/database.php`](https://github.com/ekojs/ci_extjs/blob/master/application/config/database.php).
4. Untuk versi PHP 5.6 keatas silahkan set define environtment ke `production` pada file [index.php](https://github.com/ekojs/ci_extjs/blob/master/index.php#L21).## Generator
Akses halaman generator pada alamat http://localhost/ci_extjs/welcome/gce## Struktur Aplikasi
* `app/` - Folder ini berisi file development ExtJS
* `application/` - App Folder untuk CodeIgniter
* `ext/` - Folder yang berisi core framework ExtJS4.2
* `resources/` - Folder ini dapa berisi file js, images, css
* `system/` - Folder ini berisi core framework CodeIgniter## Baca Artikel berikut selengkapnya
Untuk informasi tambahan baca di [ekojunaidisalam.com](http://ekojunaidisalam.com/2016/04/06/integrasi-ci-dan-extjs4-2/)