Welcome Guest, Not a member yet? Register   Sign In
Exiting the application - simple issue
#14

[eluser]treehousetim[/eluser]
Code:
if (1 == 1)
{
    redirect( '/Closed' );
}

then in controllers/Closed.php

Code:
class Closed extends Controller
{
    function index()
    {
        $this->load->view( ’closed’, $this->data );
    }
}


Messages In This Thread
Exiting the application - simple issue - by El Forum - 06-20-2008, 11:00 AM
Exiting the application - simple issue - by El Forum - 06-20-2008, 11:38 AM
Exiting the application - simple issue - by El Forum - 06-20-2008, 11:44 AM
Exiting the application - simple issue - by El Forum - 06-20-2008, 11:59 AM
Exiting the application - simple issue - by El Forum - 06-20-2008, 12:07 PM
Exiting the application - simple issue - by El Forum - 06-20-2008, 12:24 PM
Exiting the application - simple issue - by El Forum - 06-20-2008, 12:35 PM
Exiting the application - simple issue - by El Forum - 06-20-2008, 12:42 PM
Exiting the application - simple issue - by El Forum - 06-20-2008, 01:09 PM
Exiting the application - simple issue - by El Forum - 06-20-2008, 01:43 PM
Exiting the application - simple issue - by El Forum - 06-20-2008, 06:52 PM
Exiting the application - simple issue - by El Forum - 06-21-2008, 03:33 AM
Exiting the application - simple issue - by El Forum - 06-21-2008, 08:13 AM
Exiting the application - simple issue - by El Forum - 06-21-2008, 10:11 AM
Exiting the application - simple issue - by El Forum - 06-21-2008, 11:02 AM
Exiting the application - simple issue - by El Forum - 06-22-2008, 06:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB