Welcome Guest, Not a member yet? Register   Sign In
basic CI codes
#4

(This post was last modified: 05-05-2016, 10:16 AM by InsiteFX.)

CI 3.X Documentation default controller:

This route points to the action that should be executed if the URI contains no data, which will be the case when people load your root URL. The setting accepts a controller/method value and index() would be the default method if you don’t specify one. In the above example, it is Welcome::index() that would be called.

Note

You can NOT use a directory as a part of this setting!
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
basic CI codes - by davy_yg - 05-05-2016, 06:25 AM
RE: basic CI codes - by PaulD - 05-05-2016, 07:58 AM
RE: basic CI codes - by arma7x - 05-05-2016, 08:37 AM
RE: basic CI codes - by InsiteFX - 05-05-2016, 10:16 AM
RE: basic CI codes - by cartalot - 05-05-2016, 11:50 AM
RE: basic CI codes - by kilishan - 05-05-2016, 04:07 PM
RE: basic CI codes - by ivantcholakov - 05-05-2016, 04:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB