Minggu, 24 Agustus 2014

Membuat WEB dengan CodeIgniter

 Membuat WEB dengan CodeIgniter

1. download CI
2. extract di htdocs
3. rename folder jadi sisinfospp
4. test http://localhost/sisinfospp
5. edit config.php di folder application/config
     $config('base_url') = 'http://localhost/sisinfo/';
6. edit autoload.php di folder application/config
   $autoload ['helper'] = array ('url');
7. edit routes.php di folder application/config
    $route['default_controller']='home';
8. buat file home.php di folder application/controller (copas welcome)
9. buat class home di file home.php
   class Home extends CI_Controller {
10.buat fungsi index di file home.php
11.load satu buah view yang akan di jadikan halaman utama
12. membuat file daftar_anggota.php application/views1. download CI
2. extract di htdocs
3. rename folder jadi sisinfospp
4. test http://localhost/sisinfospp
5. edit config.php di folder application/config
     $config('base_url') = 'http://localhost/sisinfo/';
6. edit autoload.php di folder application/config
   $autoload ['helper'] = array ('url');
7. edit routes.php di folder application/config
    $route['default_controller']='home';
8. buat file home.php di folder application/controller (copas welcome)
9. buat class home di file home.php
   class Home extends CI_Controller {
10.buat fungsi index di file home.php
11.load satu buah view yang akan di jadikan halaman utama
12. membuat file daftar_anggota.php application/views   

Tidak ada komentar:

Posting Komentar