Welcome Guest, Not a member yet? Register   Sign In
NEED HELP!
#5

[eluser]kre8ivdesigns[/eluser]
Code:
<?php

class Home extends Controller {

    function Home()
    {
        parent::Controller();    
        
        $this->load->helper('form');
        $this->load->helper('url');
    }
    
    function index()
    {
        $data['title'] = "Casa Milagro Jaco Beach Home - Paradise from Home";
        $data['main'] = "main";
        $this->load->vars($data);
        $this->load->view('template');  
    }

You can check the website at http://www.casamilagrojaco.com


Messages In This Thread
NEED HELP! - by El Forum - 08-07-2010, 03:50 PM
NEED HELP! - by El Forum - 08-07-2010, 03:50 PM
NEED HELP! - by El Forum - 08-07-2010, 04:38 PM
NEED HELP! - by El Forum - 08-07-2010, 04:41 PM
NEED HELP! - by El Forum - 08-07-2010, 04:42 PM
NEED HELP! - by El Forum - 08-07-2010, 04:44 PM
NEED HELP! - by El Forum - 08-07-2010, 04:45 PM
NEED HELP! - by El Forum - 08-07-2010, 04:48 PM
NEED HELP! - by El Forum - 08-07-2010, 04:49 PM
NEED HELP! - by El Forum - 08-07-2010, 05:01 PM
NEED HELP! - by El Forum - 08-07-2010, 05:03 PM
NEED HELP! - by El Forum - 08-07-2010, 05:08 PM
NEED HELP! - by El Forum - 08-07-2010, 06:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB