![]() |
CodeIgniter 4.0.0-alpha.2 Released - 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 4.0.0-alpha.2 Released (/showthread.php?tid=72024) |
RE: CodeIgniter 4.0.0-alpha.2 Released - alexzhivil - 11-19-2018 Needed a framework for a small project. Laravel's a bit too big for that so decided to check what's new with codeigniter, and what a pleasant surprise, a new version is FINALLY here. It's just an Alpha, but decided to give it a try. So far I did not experience any issues, although some part of the docs were not clear enough. I also wish that templates/layouts were a built in feature in CI and kinda surprised it still isn't, even in the 4th edition, since I don't see anyone using views without adding a layout helper manually. Any way, CI is sort of a "classic", I am glad it's not dead yet. RE: CodeIgniter 4.0.0-alpha.2 Released - ciadmin - 11-19-2018 @alexzhivil You did check out the view parser, right? https://codeigniter4.github.io/CodeIgniter4/outgoing/view_parser.html That is as "powerful" as some of the "templating engines" I have seen. Support for external engines/layouts/whatever adapters will be worked on once the core is in place ![]() RE: CodeIgniter 4.0.0-alpha.2 Released - zoggy - 11-23-2018 just fyi, your changelog links for 4.x forum posts were invalid. latest: https://codeigniter4.github.io/CodeIgniter4/changelog.html 4.0.0a2: https://codeigniter4.github.io/CodeIgniter4/changelog.html#version-4-0-0-alpha-2 RE: CodeIgniter 4.0.0-alpha.2 Released - ciadmin - 11-24-2018 @zoggy Good point, thanks. We are re-arranging the changelog docs a bit, and that will be corrected with the next release. RE: CodeIgniter 4.0.0-alpha.2 Released - kimlang - 11-25-2018 This release is very useful for me and I am gonna update right now. Thanks RE: CodeIgniter 4.0.0-alpha.2 Released - miguelgomezsa - 11-26-2018 Hi guys, excuse me for the question. Do you know when be will released the first stable version? Thanks! RE: CodeIgniter 4.0.0-alpha.2 Released - ciadmin - 11-26-2018 @miguelgomezsa See https://forum.codeigniter.com/thread-71862.html |