Welcome Guest, Not a member yet? Register   Sign In
$route[':any'] issue
#4

[eluser]EEssam[/eluser]
Thanks Randy, but it didn't work, I'm getting a not found error:

$route['default_controller'] = "welcome";
$route['scaffolding_trigger'] = "scaffolding";

$route[':any/:any'] = "welcome/page_lookup";

My Welcome controller:

<?php

class Welcome extends Controller {

function Welcome()
{
parent::Controller();

$this->load->scaffolding('category');
}

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

function inde22x()
{
echo 'g';
}

function page_lookup()
{
echo 'cool';
}


}


Messages In This Thread
$route[':any'] issue - by El Forum - 06-16-2008, 11:14 AM
$route[':any'] issue - by El Forum - 06-16-2008, 12:25 PM
$route[':any'] issue - by El Forum - 06-16-2008, 12:59 PM
$route[':any'] issue - by El Forum - 06-16-2008, 02:11 PM
$route[':any'] issue - by El Forum - 06-16-2008, 02:13 PM
$route[':any'] issue - by El Forum - 06-16-2008, 02:17 PM
$route[':any'] issue - by El Forum - 06-16-2008, 02:42 PM
$route[':any'] issue - by El Forum - 06-16-2008, 02:56 PM
$route[':any'] issue - by El Forum - 06-16-2008, 03:08 PM
$route[':any'] issue - by El Forum - 06-16-2008, 04:00 PM
$route[':any'] issue - by El Forum - 06-16-2008, 04:11 PM
$route[':any'] issue - by El Forum - 06-16-2008, 05:41 PM
$route[':any'] issue - by El Forum - 06-16-2008, 07:01 PM
$route[':any'] issue - by El Forum - 06-16-2008, 07:22 PM
$route[':any'] issue - by El Forum - 06-16-2008, 07:32 PM
$route[':any'] issue - by El Forum - 06-16-2008, 07:45 PM
$route[':any'] issue - by El Forum - 06-16-2008, 07:49 PM
$route[':any'] issue - by El Forum - 06-16-2008, 08:19 PM
$route[':any'] issue - by El Forum - 06-16-2008, 08:20 PM
$route[':any'] issue - by El Forum - 06-16-2008, 09:25 PM
$route[':any'] issue - by El Forum - 06-16-2008, 09:47 PM
$route[':any'] issue - by El Forum - 06-17-2008, 09:29 AM
$route[':any'] issue - by El Forum - 06-17-2008, 09:40 AM
$route[':any'] issue - by El Forum - 06-17-2008, 10:12 AM
$route[':any'] issue - by El Forum - 06-17-2008, 11:04 AM
$route[':any'] issue - by El Forum - 06-17-2008, 03:29 PM
$route[':any'] issue - by El Forum - 06-17-2008, 03:38 PM
$route[':any'] issue - by El Forum - 06-17-2008, 03:49 PM
$route[':any'] issue - by El Forum - 06-17-2008, 04:02 PM
$route[':any'] issue - by El Forum - 06-17-2008, 05:20 PM
$route[':any'] issue - by El Forum - 06-17-2008, 05:58 PM
$route[':any'] issue - by El Forum - 06-17-2008, 08:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB