Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- defined('BASEPATH') OR exit('No direct script access allowed');
- class LunaController extends CI_Controller {
- public function index() {
- $data['title'] = "Profil Clarissa Luna Maheswari";
- $this->load->view('luna_view', $data);
- }
- public function contact() {
- $data['title'] = "Hubungi Saya - Clarissa Luna Maheswari";
- $this->load->view('contact_view', $data);
- }
- public function voting() {
- $data['title'] = "Website Demo Voting - Clarissa Luna Maheswari";
- $this->load->view('voting_view', $data);
- }
- }
Add Comment
Please, Sign In to add comment