Welcome Guest, Not a member yet? Register   Sign In
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.
Reply

Great news!
Reply

Hi! Thanks forr codeigniter
Reply

Thanks for releasing codelgniter 4.0
Reply

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
Reply

(This post was last modified: 02-01-2021, 12:25 AM by CoderAn.)

(01-31-2021, 07:35 AM)medo Wrote: 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 routerlogin
Class '\CodeIgniter\Database\odbc\Connection' not found
Hello,
I have the same problem. I can't figure out what the problem might be.
Reply

thanks a lot which helps us in developing
Reply

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.
Reply

Congratulations to the entire team of CodeIgniter...

I just published this tutorial on it:

https://rcvmhs.org/codeigniter-4-crud-generator/
Reply

(09-01-2021, 04:59 AM)Anton_BNV Wrote: 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.

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;
// ....
$myLib = new MyLib(); 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply




Theme © iAndrew 2016 - Forum software by © MyBB