Welcome Guest, Not a member yet? Register   Sign In
function error
#1

[eluser]Unknown[/eluser]
I am just start with codeigniter 1 day ago
and i create a blog page like the user guide told me

<?php
class Blog extends Controller {

function index()
{
echo 'Hello World!';
}

function com()
{
echo 'Hello World2222222222222!';
}
}
?>

and put the right code on the config file

but only the function index is loading
when i am trying to load the com function its show me the index
i am us this url: http://mydomain.com/blog/com

anyone can help me?

thanks.


Messages In This Thread
function error - by El Forum - 11-28-2008, 09:54 AM
function error - by El Forum - 11-28-2008, 01:43 PM
function error - by El Forum - 11-28-2008, 02:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB