CodeIgniter Forums
CodeIgniter4.0.0-dev Reaches Milestone 1 - 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: CodeIgniter4.0.0-dev Reaches Milestone 1 (/showthread.php?tid=65544)

Pages: 1 2 3 4 5 6 7


CodeIgniter4.0.0-dev Reaches Milestone 1 - jlp - 06-24-2016

CodeIgniter4.0.0-dev has reached Milestone 1, and its repository has been transferred to the "bcit-ci" organization.
We are on track, feature-wise, for phase 1, though it took a bit longer than anticipated.

A big thanks to Lonnie Ezell, council member, for spearheading the project!
A big thanks to all the other council members (Andrey Andreev, Ben Edmunds, Lonnie Ezell and Mat Whitney) for visioning, debating, designing, and ultimately selecting the strategy and feature set for CodeIgniter4.

The revised roadmap outlines our current plan moving forward.


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - adamos42 - 06-24-2016

Awesome! Smile


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - sv3tli0 - 06-25-2016

Great Smile

Its time to play with it ^^


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - h2r_oedin - 06-25-2016

great @jlp Wink


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - John_Betong - 06-25-2016

Fantastic, I have been waiting a very long time and amazed the download is less than a Meg.

I managed to create the User-Guide from the supplied source but it was not straight forward. I am using Ubuntu 16.04.

Is it possible to have an online User-Guide for the CI4-develop version?


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - dmyers - 06-25-2016

This is fantastic news! Thank you to all involved.

You just "ruined" my weekend Big Grin


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - ridho - 06-25-2016

Good news, I can't wait to use CI4


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - geekita - 06-25-2016

Great Scott! Now looking for the migration guide from CI3 Big Grin


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - jlp - 06-25-2016

(06-25-2016, 03:29 AM)John_Betong Wrote: Fantastic, I have been waiting a very long time and amazed the download is less than a Meg.

I managed to create the User-Guide from the supplied source but it was not straight forward. I am using Ubuntu 16.04.

Is it possible to have an online User-Guide for the CI4-develop version?

The user guide is online, at https://bcit-ci.github.io/CodeIgniter4/
However, there is an issue with the CSS & JS links not picked up properly.
You could also download a zip of the gh-pages branch inside the CodeIgniter4 repo ... we am using that to hold the most recent build of the user guide, until we can figure out a better way.

ps - the download could be so small because the framework is far from complete Undecided


RE: CodeIgniter4.0.0-dev Reaches Milestone 1 - jlp - 06-25-2016

(06-25-2016, 07:44 AM)geekita Wrote: Great Scott! Now looking for the migration guide from CI3 Big Grin

The framework is not ready for migration! Phase 2 needs to be completed to flesh it out to the point where a developer would even consider migrating.