Welcome Guest, Not a member yet? Register   Sign In
CRUD generator (dev-tools)
#1

(This post was last modified: 07-09-2020, 09:41 AM by jreklund.)

hi
after learning PHP, I need to choose a PHP framework, I check almost all known frameworks.
now I'm not sure which one is a better choice for me between the three frameworks
YII2
ubiquity  - https://github.com/phpMv/ubiquity
add Codeigniter 4

ubiquity is super fast (http://www.phpbenchmarks.com/en/comparator/framework) with perfect Devtools (both console and web-based) that avoid doing repetitive operations, it can create custom routes, controllers, models, views, and CRUD based on database or model.

Yii2 is fast, secure, has its perfect Devtools (like ubiquity) and lots of libraries and options

Codeigniter has good performance, easy to use, well documented, customizable, lightweight, and let you do things in many ways.
 but the main shortage against yii2 and ubiquity is that it  hasn't a good dev-tools to avoid repetitive operations and speed up development.
and also it would be good to have an authentication library in this framework.

I know there are third party libraries that can add these options to Codeigniter. But I'm talking frameworks about out of box.
is there a chance to add a dev-tools and auth library to CI4?
Reply
#2

At the moment no, those type of additions aren't on the roadmap for CI4. There are plans however on providing official addons to CI4 when the framework itself have matured enough. So it will be one simple installation, so it will feel like it where bundled in the first place.

Those benchmark numbers dosen't matter in real world. You are caching everything and CPU required to render those extra ms are nothing. Choose a framework that you feel fit your needs and coding style.
Reply
#3

(07-09-2020, 09:47 AM)jreklund Wrote: At the moment no, those type of additions aren't on the roadmap for CI4. There are plans however on providing official addons to CI4 when the framework itself have matured enough. So it will be one simple installation, so it will feel like it where bundled in the first place.

Those benchmark numbers dosen't matter in real world. You are caching everything and CPU required to render those extra ms are nothing. Choose a framework that you feel fit your needs and coding style.

I prefer CI because it's fast and easy to use. I hope you add these features soon.
I think development progress is so slow
Reply
#4

(07-09-2020, 10:01 AM)pars1997 Wrote: I think development progress is so slow

Contribute to CodeIgniter
Reply
#5

If you are on a Mac, check out CodeIgniter Wizard:

https://www.ozar.net/products/codeigniterwizard/?r=cif

CodeIgniter Wizard (CRUD code generator for Mac) instantly scaffolds Bootstrap-based web applications with an administrative interface (admin templates include Bootstrap5)

Reply
#6

Generators are now part of the core and will be released in the next version.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB