Welcome Guest, Not a member yet? Register   Sign In
How to prevent loading Controller without Route?
#1

How to prevent loading Controller without Route?
Reply
#2

You can make the controller method private, did you try to make the method private?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

you can setup on your config/Route.php
setAutoRoute(false)
Reply
#4
Wink 

(10-19-2019, 06:32 PM)titounnes Wrote: you can setup on your config/Route.php
setAutoRoute(false)

Thanks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB