Welcome Guest, Not a member yet? Register   Sign In
Question about submission form to database
#7

You load helpers, libraries and models in the controller where you need them. If you need specific helpers, libraries or models in all your controllers, you can autoload them in application/config/autoload.php.
It's a good idea to autoload the url helper, for instance, and also the database library. If you use session variables all over your application, autoload the session library as well.
Reply


Messages In This Thread
RE: Question about submission form to database - by Wouter60 - 08-08-2019, 04:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB