
Menentukan editor yang nyaman dan bagus untuk digunakan menulis program
Membuat dropdown sebagai inputan data, didalam menginput data ke database, kita membutuhkan data dari isi database juga.
Bagaimana cara untuk meng export database yang sudah ada.
Bagaimana caranya meng import database. Saya sampaikan di sini bagaimana cara setting xampp agar bisa meng Import database yang besar.
1. Buat folder upload di C:\xampp\phpMyAdmin
2. Kemudian edit file config.inc di folder C:\xampp\phpMyAdmin
3. Tambahkan baris perintah berikut di bawah kode $i++;
4. Tulis baris perintah berikut
$cfg['UploadDir'] = 'upload';
$cfg['ExecTimeLimit'] = 0;
Membuat Tampilan penarikan report
Pada video ini kita akan belajar bagaimana exsport data ke bentuk PDF untuk kita print atau simpan
Membuat webview dari aplikasi yang kita buat
Cara menghilangkan tulisan debug yang ada di kanan atas layar
Video berikut menjelaskan, bagaimana kita menjadikan aplikasi web kita menjadi aplikasi android
Video berikut menjelaskan cara membuat keystore dan APK release yang siap diinstal di handphone atau release ke Playstore
CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
Where possible, CodeIgniter has been kept as flexible as possible, allowing you to work in the way you want, not being forced into working any certain way. The framework can have core parts easily extended or completely replaced to make the system work the way you need it to. In short, CodeIgniter is the malleable framework that tries to provide the tools you need while staying out of the way.
Is CodeIgniter Right for You?
CodeIgniter is right for you if:
You want a framework with a small footprint.
You need exceptional performance.
You want a framework that requires nearly zero configuration.
You want a framework that does not require you to use the command line.
You want a framework that does not require you to adhere to restrictive coding rules.
You are not interested in large-scale monolithic libraries like PEAR.
You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
You eschew complexity, favoring simple solutions.
You need clear, thorough documentation.