Introduction to CodeIgniter 4 Blog Posts - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Development (https://forum.codeigniter.com/forumdisplay.php?fid=27) +--- Thread: Introduction to CodeIgniter 4 Blog Posts (/showthread.php?tid=64552) |
RE: Introduction to CodeIgniter 4 Blog Posts - kilishan - 10-25-2016 Been a while since I made a post, so here's the first in a 2-party series about using Entities (part of the Repository pattern) in CI 4, and how the Model already does the heavy lifting for you. Using Entities In CodeIgniter 4 RE: Introduction to CodeIgniter 4 Blog Posts - kilishan - 10-26-2016 And here's the follow up on using Entities in CI4, which builds out a base class that allows a lot of flexibility and capability for your own objects. Better Entities in CodeIgniter 4 RE: Introduction to CodeIgniter 4 Blog Posts - jlp - 10-27-2016 Good explanation of entities & CI4 RE: Introduction to CodeIgniter 4 Blog Posts - sv3tli0 - 10-27-2016 It will be good if we have such examples / explanations in the primary documentation of the framework. RE: Introduction to CodeIgniter 4 Blog Posts - enlivenapp - 10-27-2016 Hey @kilishan, When you have time and is appropriate, I'd love to see something on views/templates/incorporating template engines and stuff of that sort. I'm not sure how to go about it, but some sort of introduction for those who haven't dipped a toe into namespaces, composer, etc (and how that will affect CI4) would be really nice, I suspect there will be a barrage of questions along those lines when v4 comes out and people start trying to create with it. Also, appreciate the blog posts. They've been very helpful. RE: Introduction to CodeIgniter 4 Blog Posts - atulsuroshe - 11-04-2016 Excellent!! Eagerly waiting to see codeigniter 4. All the best. RE: Introduction to CodeIgniter 4 Blog Posts - kilishan - 04-05-2017 Whew! Been a while, but development is still going strong. A new blog post out discussing changes to the View Parser, which is seeing massive upgrades in CI4. Upgrading the Parser RE: Introduction to CodeIgniter 4 Blog Posts - kilishan - 04-05-2017 Since I had earlier posts talking about Entities in CI4, I should mention that they've since become first-class citizens in the framework, though they are not required at all. They just make a certain style of development that was previously supported simpler and more powerful. Here's a link to the page in the user guide about it, since I'm not planning on re-writing that as a blog post: Working With Entities RE: Introduction to CodeIgniter 4 Blog Posts - InsiteFX - 04-06-2017 Thanks kilishan, Nice read and examples. RE: Introduction to CodeIgniter 4 Blog Posts - php_rocs - 04-07-2017 @kilishan I'm glad to see articles about CI4 coming out. I'm looking forward to spreading good news about CI4 and letting everyone else know that CI is here to stay. I'm a HUUUUUGGGGEE fan of CI. I continue to use it to do awesome things and I am gearing up to start contributing to the community in a more useful way. I want to help get the word out about CI and it's future. |