Welcome Guest, Not a member yet? Register   Sign In
Not connecting to DB
#9

Try this.

PHP Code:
use App\Controllers\News;
use 
App\Controllers\Pages;

$routes->get('/''Home::index');
$routes->get('news', ['News''index']);
$routes->get('news/(segment)', ['News''view']);
$routes->get('pages', ['Pages''index']);
$routes->get('(segment)', ['Pages''view']); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Not connecting to DB - by cbd - 07-10-2023, 02:19 PM
RE: Not connecting to DB - by kenjis - 07-10-2023, 03:55 PM
RE: Not connecting to DB - by cbd - 07-11-2023, 01:17 PM
RE: Not connecting to DB - by kenjis - 07-11-2023, 07:29 PM
RE: Not connecting to DB - by JustJohnQ - 07-11-2023, 07:17 PM
RE: Not connecting to DB - by InsiteFX - 07-11-2023, 10:51 PM
RE: Not connecting to DB - by cbd - 07-13-2023, 07:36 AM
RE: Not connecting to DB - by cbd - 07-13-2023, 09:00 AM
RE: Not connecting to DB - by InsiteFX - 07-13-2023, 11:10 PM
RE: Not connecting to DB - by cbd - 07-21-2023, 12:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB