How to connect the startup database library |
(02-02-2017, 09:42 PM)kilishan Wrote: In CI4, you don't autoload things in the same way as previous versions, since we now have a PSR4-compliant autoloader built in. As per the docs, whenever you need a database connection, you simply grab it: Dear all, I use a lot CI , looking now to CI4 ... I clearly understand I can connect by adding this in the controller constructor. But I want to connect db only one time for my whole app. Somewhere like a general autoload for the connect db if Someone can tell me where I can do that like in the "old" CI. Thanks by advance. |
Messages In This Thread |
How to connect the startup database library - by evgeny - 02-02-2017, 12:44 PM
RE: How to connect the startup database library - by Wouter60 - 02-02-2017, 02:19 PM
RE: How to connect the startup database library - by kilishan - 02-02-2017, 09:42 PM
RE: How to connect the startup database library - by zarbux - 03-19-2017, 01:50 PM
RE: How to connect the startup database library - by Wouter60 - 02-02-2017, 11:30 PM
RE: How to connect the startup database library - by kilishan - 02-03-2017, 11:55 AM
RE: How to connect the startup database library - by evgeny - 02-24-2017, 02:04 AM
|