This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View Diktat Codeigniter as PDF for free.
Catatan CodeIgniter by Garry Bernardy, employer #2 Computesta Corp
Pendahuluan (Read Me First) Catatan ini merupakan suatu rangkuman atau handbook sederhana mengenai CodeIgniter. Coding-coding yang disajikan ini tidak bisa kamu langsung copy paste mentah-mentah. Soalnya hasilnya bakal gak bagus (tampilan di browser pasti jelek~). Soalnya coding-coding ini lebih ditekankan supaya pembaca paham cara pakai CodeIgniter. Disini hanya memaparkan fungsi yang umum digunakan. Untuk kumpulan fungsifungsi yang lengkap dapat melihat documentation resmi CodeIgniter(ada dalam paket frameworknya).
Perubahan Struktur Sesuai saran pengguna CodeIgniter, kebanyakan menyarankan untuk mengubah struktur file. Oleh karenanya, saya juga ikut2an ubah struktur. Ok, struktur awal CodeIgniter seperti ini FolderProject -System Application config controllers errors helpers hooks viewers models dll cache codeigniter database fonts helpers dll -index.php Akan saya ubah sedikit dengan perubahan FolderProject -System cache codeigniter database
fonts helpers dll -Application config controllers errors helpers hooks viewers models dll -Asset img css script -index.php Kita akan lebih banyak berhubungan dengan folder Application.