Welcome Guest, Not a member yet? Register   Sign In
routing
#1

Hello,

This is a simple CI3 code that I am still new to:

Routing --> I already read the documentation and still having a little problem with it.  Can anyone help me?


routes.php


PHP Code:
$route['default_controller'] = 'welcome';
$route['add'] = 'welcome/table';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE

Welcome.php

PHP Code:
    public function index()
    {
        
$this->load->view('welcome_message');
    }
    
    public function 
table()
    {
        
$this->load->view('table');        
    } 

views/table.php


PHP Code:
<html>
<
title>Table</title>
<
body>

<
p>This is for table</p>

</
body>

</
html

I am trying to test the codes by typing this url:  http://localhost/ci3/add


Code:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the [email=postmaster@localhost]webmaster[/email].
Error 404
[url=http://localhost/]localhost[/url]
Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.2


I wonder why?
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
routing - by davy_yg - 02-22-2016, 10:32 PM
RE: routing - by skunkbad - 02-22-2016, 10:49 PM
RE: routing - by freddy - 02-22-2016, 11:18 PM
RE: routing - by davy_yg - 02-23-2016, 02:13 AM
RE: routing - by freddy - 02-23-2016, 02:52 AM
RE: routing - by freddy - 02-23-2016, 02:56 AM
RE: routing - by davy_yg - 02-23-2016, 10:50 AM
RE: routing - by InsiteFX - 02-23-2016, 01:10 PM
RE: routing - by freddy - 02-23-2016, 06:22 PM
RE: routing - by skunkbad - 02-23-2016, 06:39 PM
RE: routing - by davy_yg - 02-24-2016, 10:25 AM
RE: routing - by freddy - 02-25-2016, 03:18 AM
RE: routing - by keulu - 02-25-2016, 04:01 AM
RE: routing - by davy_yg - 02-25-2016, 09:32 AM
RE: routing - by skunkbad - 02-25-2016, 09:59 AM
RE: routing - by InsiteFX - 02-25-2016, 11:14 AM
RE: routing - by davy_yg - 02-25-2016, 08:51 PM
RE: routing - by InsiteFX - 02-26-2016, 04:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB