Welcome Guest, Not a member yet? Register   Sign In
I can not access application via uri class
#2

[eluser]Seppo[/eluser]
By the falt, it will look for the index method. So you have to do

Code:
class Snore extends Controller
{
  function Snore() {
    parent::Controller();
  }

  function index(){
    echo “Hello World”;
  }
}
and access to index.php/snore or index.php/snore/index


Messages In This Thread
I can not access application via uri class - by El Forum - 01-15-2008, 01:36 PM
I can not access application via uri class - by El Forum - 01-15-2008, 02:45 PM
I can not access application via uri class - by El Forum - 01-15-2008, 04:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB