CodeIgniter Forums
CodeIgniter 3.0 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2)
+--- Thread: CodeIgniter 3.0 (/showthread.php?tid=1657)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: CodeIgniter 3.0 - ciadmin - 04-03-2015

(04-02-2015, 11:30 PM)Hamed Wrote: thanks very good framework.
Just I think just auth lib is required!

That is not likely to happen. There are a number of auth libraries, and not unanimous agreement as to the best of them!


RE: CodeIgniter 3.0 - Mina - 04-03-2015

Great job, thank you very much! Smile
I am already curious about the next release and the changes it will bring... Smile
Do you already have any ideas regarding 4.0?


RE: CodeIgniter 3.0 - trisnatera - 04-03-2015

great, now i can continue use ci


RE: CodeIgniter 3.0 - Adrien - 04-05-2015

Great job! Still using CI Smile


RE: CodeIgniter 3.0 - cakka - 04-07-2015

I see that the naming of files have been changed.

So, how to write autoload.php and other ?

for example :
$autoload['libraries'] = array('session','database','form_validation');

* this is how I write in CodeIgniter 2

Is in CodeIgniter it is same ? or need to capitalize each libraries name ?


*** Update :
I have tried the CodeIgniter 3
I can write the config, autoload like CodeIgniter 2
You can see the information in the comment in each config files too


RE: CodeIgniter 3.0 - kenjis - 04-07-2015

Hey, the documentation's title has still "-dev".

<title>CodeIgniter User Guide &mdash; CodeIgniter 3.0-dev documentation</title>
http://www.codeigniter.com/userguide3/

Update, please.


RE: CodeIgniter 3.0 - mypalwal - 04-08-2015

Database Active Record Class function list not mention in CodeIgniter 3.0 user guide.


RE: CodeIgniter 3.0 - gadelat - 04-08-2015

@mypalwal: read upgrade notes


RE: CodeIgniter 3.0 - Ditmar - 04-12-2015

Nice Work!!!


RE: CodeIgniter 3.0 - Ditmar - 04-12-2015

Great work!