Membuat web dengan codeigniter dan bootstrap

28 May 2017 | Tags: Bootstrap, Cara Membuat Template Web, Cara Membuat Template Web dengan Bootstrap, Cara Membuat Template Web dengan CodeIgniter, CodeIgniter


Apabila kita mengunjungi halaman website, kita akan melihat tata letak atau layout yang konsisten pada tiap halamannya. Struktur menu, warna, jenis font selalu sama pada setiap halaman. Yang berbeda mungkin konten yang disajikan berbeda-beda. Layout merupakan salah satu identitas dari website sehingga konsistensi tiap halaman sangat diperlukan. Agar bisa menjaga konsistensi tersebut kita memerlukan tempate dari website. Kali ini kita akan membahas cara membuat template web dengan CodeIgniter dan Bootstrap.

Membuat web dengan codeigniter dan bootstrap

Teknik yang kita gunakan untuk membuat template adalah teknik split, seperti pembuatan theme di WordPress. Sederhananya kita membuat halaman web template secara utuh, kemudian kita bagi menjadi beberapa bagian. Pada contoh Cara Membuat Template Web Dengan CodeIgniter dan Bootstrap, kita membaginya menjadi bagian header dan footer saja, biar lebih mudah dipahami.

Pada pembahasan kali ini kami mengasumsikan anda sudah mengerti konsep framework CodeIgniter dan Bootstrap. Jika belum silahkan mempelajari tutorialnya pada website tersebut atau di W3School dan Tutorial Republic.

Langkah-Langkah Cara Membuat Template Web Dengan CodeIgniter dan Bootstrap

1. Donwload Bootstrap
Download Bootsrap  situs http://getbootstrap.com/getting-started/,  kemudian anda extract sehingga terdapat folder bootsrap yang didalamnya berisi sub folder: css, fonts, dan js.

2. Donwload CodeIgniter
Download CodeIgniter versi dari situs https://www.codeigniter.com/ (pada materi ini menggunakan versi 3.1.4). Kemudian anda extract sehingga menghasilkan struktur file bootstrap secara utuh. Kemudian pindahkan codeigniter ke web root anda (folder tempat menaruh file-file PHP).

3. Buat Folder Assets
Setelah anda memindahkan file CodeIgniter ke web root, buat folder baru dengan nama assets (bisa dengan nama lain) dalam codeigniter yang posisinya sejajar dengan folder application, system  . Kemudian pindahkan folder bootstrap kedalam folder Assets. Sehingga strukturnya menjadi seperti gambar dibawah ini:

Membuat web dengan codeigniter dan bootstrap

Dimana saya bisa mendapatkan file selain bootstrap seperti tampak diatas? Tenang, semua file tersebut bisa anda dapatkan mengunjungi contoh template bootstrap di http://getbootstrap.com/getting-started/#examples. Anda tinggal buka salah satu contohnya dan lihat source code html-nya untuk mendapatkan file-file pendukungnya. Untuk file Jquery, bisa cari di google.

4. Ubah Config
Ubah file application->config->config.php, cari $config[‘base_url’] dan isikan nilainya dengan nama folder aplikasi yang anda buat.

$config['base_url'] = 'http://localhost/simpak/';

5. Ubah Routes
Ubah file application->config->routes.php, cari $route[‘default_controller’] dan isikan nilainya dengan nama controller yang akan menjadi defaulnya.

$route['default_controller'] = 'front';

Nilai ini maksudnya controller yang menjadi default dari aplikasi adalah front.

6. Buat Controller Front
Seperti yang kita bahas pada routes, kita akan membuat controller front. Controller ini untuk mengatur halaman web nantinya. Silahkan buat controller front di: application->controller->Front.php. Adapun isinya adalah:

load->view('themes/header');
			$this->load->view('pages/home');
			$this->load->view('themes/footer');
		}
	public function why()
		{
			$this->load->view('themes/header');
			$this->load->view('pages/why');
			$this->load->view('themes/footer');
		}		
	public function services()
		{
			$this->load->view('themes/header');
			$this->load->view('pages/services');
			$this->load->view('themes/footer');
		}		
	public function about()
		{
			$this->load->view('themes/header');
			$this->load->view('pages/about');
			$this->load->view('themes/footer');
		}	
	public function contact()
		{
			$this->load->view('themes/header');
			$this->load->view('pages/contact');
			$this->load->view('themes/footer');
		}		
}

6. Buat Template
Seperti yang kita bahas diawal, kita akan menggunakan teknik split seperti theme wordpress dengan membagi template menjadi bagian header dan footer.

Untuk membuat template, anda bisa memilih salah satu contoh di http://getbootstrap.com/getting-started/#examples, kemudian anda tinggal mengganti path file css dan js-nya. Misalnya:


diganti dengan

assets/bootstrap/css/bootstrap.min.css” rel=”stylesheet”>

Halaman Template Full



  
    
    
    
    
    
    
    Simple Template with CodeIgniter & Bootstrap
	    
	
    

    
    

    
    
    

    
    
  

  

     
    

    
    

Isi Halaman

Contoh Template Sederhana dengan CodeIgniter dan Bootstrap. By:Komang.My.ID

6. Split Template
Setelah template full kita buat, sekarang tinggal menjadi menjadi bagian header dan footer saja. Caranya sederhana, tinggal kita potong file template utuh menjadi beberapa bagian. Kemudian file tersebut anda taruh d folder: views-themes

Buat file header.php (application->views->themes->header.php)



  
    
    
    
    
    
    
    Simple Template with CodeIgniter & Bootstrap
	    
	
    

    
    

    
    
    

    
    
  

  

    
    

    

Buat file footer.php (application->views->themes->footer.php)

    

Contoh Template Sederhana dengan CodeIgniter dan Bootstrap. By: Komang.My.ID

6. Buat Halaman Web
Setelah membuat template-nya, sekarang kita tinggal membuatkan halaman yang akan ditujukan untuk pengunjung nantinya. Semua halaman akan ditempatkan pada folder views->pages

File home.php (application->views->pages->home.php)


      

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

File why.php (application->views->pages->whye.php)

  

Sudah merupakan fakta bahwa seorang pembaca akan terpengaruh oleh isi tulisan dari sebuah halaman saat ia melihat tata letaknya. Maksud penggunaan Lorem Ipsum adalah karena ia kurang lebih memiliki penyebaran huruf yang normal, ketimbang menggunakan kalimat seperti "Bagian isi disini, bagian isi disini", sehingga ia seolah menjadi naskah Inggris yang bisa dibaca. Banyak paket Desktop Publishing dan editor situs web yang kini menggunakan Lorem Ipsum sebagai contoh teks. Karenanya pencarian terhadap kalimat "Lorem Ipsum" akan berujung pada banyak situs web yang masih dalam tahap pengembangan. Berbagai versi juga telah berubah dari tahun ke tahun, kadang karena tidak sengaja, kadang karena disengaja (misalnya karena dimasukkan unsur humor atau semacamnya)

File services.php (application->views->pages->services.php)

  

The standard Lorem Ipsum passage, used since the 1500s

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC

"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"

1914 translation by H. Rackham

"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"

Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC

"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."

1914 translation by H. Rackham

"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."

File about.php (application->views->pages->about.php)

      
      

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

File contact.php (application->views->pages->contact.php)

  

Download Template Web dengan CodeIgniter dan Bootstrap

Komentar via Facebook tentang Cara Membuat Template Web Dengan CodeIgniter dan Bootstrap