Welcome Guest, Not a member yet? Register   Sign In
Not showing correct output
#3

[eluser]umicom[/eluser]
just tried that and it did not work with or without Sad

I can see the welcome.php works and I even tried by copying the code of welcome.php and placing it into blog.php with changes of the name as below and still did not work

<?php
class Blog extends Controller {

function blog()
{
parent::Controller();
}

function index()
{
$this->load->view('welcome_message');
}
}
?>


Messages In This Thread
Not showing correct output - by El Forum - 03-29-2008, 05:58 PM
Not showing correct output - by El Forum - 03-29-2008, 06:13 PM
Not showing correct output - by El Forum - 03-29-2008, 06:28 PM
Not showing correct output - by El Forum - 03-29-2008, 06:33 PM
Not showing correct output - by El Forum - 03-29-2008, 07:01 PM
Not showing correct output - by El Forum - 03-29-2008, 07:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB