Welcome Guest, Not a member yet? Register   Sign In
Autoload Library
#5

There is no $this->load->library(). CI4 doesn't work this way anymore. There's an Autoload.php config file but it works differently. It uses class mapping and name spaces. It's much less dorky(more modern) than calling $this->load->library().
Simpler is always better
Reply


Messages In This Thread
Autoload Library - by Vykintas - 11-10-2017, 01:19 PM
RE: Autoload Library - by Narf - 11-11-2017, 03:10 AM
RE: Autoload Library - by donpwinston - 11-11-2017, 09:11 AM
RE: Autoload Library - by Vykintas - 11-13-2017, 07:08 AM
RE: Autoload Library - by donpwinston - 11-13-2017, 11:29 AM
RE: Autoload Library - by jaynarayan - 11-14-2017, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB