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

(11-10-2017, 01:19 PM)Vykintas Wrote: Hi,

I try run autoload Library

In autoload file /Config/Autoload.php I use this

$classmap = [
     'User' => APPPATH . 'libraries/user.php'
];

and I want auto run this class like CI3 $this->load->library('User');

In CI3 this class run automatically constructor, how to do this in CI4?

I new in CI4

You new in PHP. I suggest that you learn a bit more about classes and objects first, after which you wouldn't be asking this question.
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