CodeIgniter 4.0 is here! |
Congrats! What are some unique things included in 4th version? Anybody? I am thinking of trying it out. Just wanted a heads up.
hello everybody i have a little problem with codeigniter 4
the odbc driver folder is not their any more and the codeigniter 4 is completely not working with me the eeror i get is lie that : Class '\CodeIgniter\Database\odbc\Connection' not found (01-31-2021, 07:35 AM)medo Wrote: hello everybody i have a little problem with codeigniter 4Hello, I have the same problem. I can't figure out what the problem might be.
I'm current migrating from CI 3 to CI4.
How to access my Libraries methods from a Models ? A lot of doc i'had read just show how to access it from a Controller. Any advices please ? Sorry for my bad english.
Congratulations to the entire team of CodeIgniter...
I just published this tutorial on it: https://rcvmhs.org/codeigniter-4-crud-generator/
(09-01-2021, 04:59 AM)Anton_BNV Wrote: I'm current migrating from CI 3 to CI4. In CI4 there's no difference accessing your library from a controller or a model. You just load it and use it. PHP Code: use App\Libraries\MyLib;
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/ |
Welcome Guest, Not a member yet? Register Sign In |