Jumat, 13 Maret 2015

,

CRUD dengan Codeigniter


Untuk membuat CRUD dengan codeigniterv pertama yang harus dipersiapakan addalah membuat
1. controller
2. buat model
3. buat view
struktur file kurang lebih seperti ini
source code controller dengan nama Books.php

source code model Books_mode.php

source code view list data

source code view tambah data dan edit data

source code view read


tampilan list data
tampilan tambah data
tampilan read data
tampilan edit data
Share: