The future of Codeigniter |
Is I'm only the only who does not watch any videos of this guy
I start with CI 2.0.3 and built at least 125-150 web site/web application around CI framework. (CI 2.0.3 to 3.1.11) Reason i use CI over others
99% common problems solution can find on documentation,plus if you know how to use google search can get correct result on first that that available on stackoverflow (i think this main reason why CI does not have active forum users like others,why you have to come forum for asked issue/solution when you can do it yourself) ) Server resources Site/Application does not need much server resources unlike other frameworks.. GoDaddy shared hosting 1st plan enough for run CI basic site Less security issued if you follow guide correctly and use best available CI resources (form validation,active record,html_escape etc),you will have very less security issues.. What i understand over last 8 years.. most of haters have no idea why they hating,they simply hating it because others saying it bad.99% haters never use it for actual build
(06-26-2020, 02:11 AM)DarkKnight Wrote: Is I'm only the only who does not watch any videos of this guy You’re not the only one. He talks like he’s God’s gift to the CI community and he didn’t post a single message on this forum in the last 5 years! He’s a nobody.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
@codeNet
His code generator is... not something new. Other frameworks (I don't know about CI) allow you to generate boilerplate code for CRUD operations or for authentications etc. The only thing he's done is build an interface with electron to do that job because he is apparently allergic to the terminal. Everybody could do that with some minimum knowledge of JS. Personally I find next to 0 use case for this and would certainly not buy, I could make my own however I just use snippets and other projects I have worked on for that purpose. I guess to each their own. "The dogs bark, but the caravan goes by" (06-26-2020, 04:58 AM)Fropeasithey Wrote: @codeNet I know the concept is nothing new, but it was a step-up from CRUDigniter for generating the boilerplate code. Re the other frameworks, please let me know what you refer to here? I would like to try them out. I know Yii has 'GUI', which allows for crud to be created from inside the app, this is a much better idea than a separate electron app IMO and is something CI would benefit from. I can see a huge use case when creating apps from scratch with a tool like this, As you say - each to their own.
(06-26-2020, 07:21 AM)codeNet Wrote:(06-26-2020, 04:58 AM)Fropeasithey Wrote: @codeNet Well, not sure if it's appropriate to post this here, but look at SF for instance for authentication page: https://symfony.com/doc/current/security...setup.html I am sure your favourite search engine will help you find those. I also work with Spring Boot (Java) and you literaly write almost no line of code for things like authentication or CRUD operations and many many other things. This enables you to quickly focus on your business logic. Really, my point being that the problem he is trying to solve... has already been solved and in a much better way than his "code generator".
The thread started out interesting, but it quickly got to a point where it seemed like there's no one to talk to...
I personally don't find CI4 bad at all. Been building a new marketplace with it, and so far it's been working out great. There are a couple of things I disliked (the translation, or magic methods in entities for ex.), but I exchanged some of those with my own solution, which worked out great. This is actually one of the beauties of CI4, you can very easily move around. When I choose a framework, I look at the following things:
I think we need to be teaching every student php. PHP is the future of modern web development. Frameworks like CI4 are the best we have to offer in regards to technological capabilities. I haven't seen anything better in the last 10 years I've been part of the web development industry. I love CI and want to see its engineers strive to create the future.
well in regard to php at least it uses object orientated php and therefore at least those who have learnt php the "proper way" can easily understand CI4 and also write their own Class and methods and integrate it with CI4. I think this contrasts with say WordPress which as far as I can see uses as its central concept the global "function" of php put not class nor method
|
Welcome Guest, Not a member yet? Register Sign In |