Welcome Guest, Not a member yet? Register   Sign In
Form submission using the index function?
#2

[eluser]thinkigniter[/eluser]
What I would do is...
Code:
function _remap(){
  if($this->_logged_in()){
   $this->_continue_loading();
  }else{
   $this->index();
  }
}

This way the override function "_remap()" tests to see if your logged in and inf it's isn't then it loads "index()" and executes the sql querys via the model.

I hope this answers your question?

Cheers


Messages In This Thread
Form submission using the index function? - by El Forum - 01-02-2009, 08:02 AM
Form submission using the index function? - by El Forum - 01-02-2009, 05:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB