Welcome Guest, Not a member yet? Register   Sign In
Run functions in index method
#1

[eluser]Casperlarsen94[/eluser]
As i mention in my last topic i'm quite new in Codeigniter.

Is it possible to run a validation or something like that in a index method like this
Code:
function index()
    {
        $data['content'] = 'register_view';
        $this->load->view('template/template', $data);
    }


When i'm trying to do it, it shows my register form twice?

Anyone who can help me?

Thanks


Messages In This Thread
Run functions in index method - by El Forum - 11-10-2010, 03:57 AM
Run functions in index method - by El Forum - 11-10-2010, 06:40 AM
Run functions in index method - by El Forum - 11-10-2010, 07:02 AM
Run functions in index method - by El Forum - 11-11-2010, 06:14 AM
Run functions in index method - by El Forum - 11-11-2010, 06:33 AM
Run functions in index method - by El Forum - 11-11-2010, 06:59 AM
Run functions in index method - by El Forum - 11-12-2010, 03:23 AM
Run functions in index method - by El Forum - 11-12-2010, 08:20 AM
Run functions in index method - by El Forum - 11-12-2010, 03:52 PM
Run functions in index method - by El Forum - 11-12-2010, 09:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB