CodeIgniter Wizard CRUD generator for the Mac Updated |
For anyone interested in CRUD generators, CodeIgniter Wizard is now at version 2.1.4 and battle-tested for many scenarios. Aside from the code generation for file uploads, automatic image cropping, centering and resizing, and bringing MythAuth as the authentication/authorization mechanism, version 2.x moved form-validation logic to the models from controllers, and it supports i18n.
When working with localization or internationalization of CodeIgniter projects, editing nested localization strings can become tedious, so CI Wizard makes it easy by allowing this in an outline-based view. You can export CI4 translation files in PHP as well as JSON format. Files in JSON format can also be re-imported to suit use cases where the developer is more comfortable manually editing or tweaking them. Furthermore, you do not have to start over translations for new projects; you can use your existing translations as a base. Another outstanding (yet unknown) feature is that if you change anything in the database after producing code, the next time you open the same module (of the related database table), the Wizard recognizes the updated fields (or deleted ones -if any) automatically, allowing to re-iterate code generation in a compatible manner. Generated web apps do not need to break because of changes in the database table. Although CI Wizard can be used to generate fully functional, full-stack web apps - which could be ideal for quick data visualization and form prototyping, some users find the opinionated approach not matching their code style (especially in Controllers), so it's also ideal for scraping parts of code (models, entities, translation files, easily swappable and loosely coupled form and list views ) which would be rather tedious to write from scratch or copy, paste, and adapt from existing, manually written codebase. We have updated the sample web app generated with the latest stable version of CodeIgniter Wizard and pushed the latest version to its own GitHub Repo at https://github.com/ozarnet/ci4sampleapp. [Video: https://www.youtube.com/watch?v=zInvLFw_yFc] CodeIgniter Wizard (CRUD code generator for Mac) instantly scaffolds Bootstrap-based web applications with an administrative interface (admin templates include Bootstrap5) |
Messages In This Thread |
CodeIgniter Wizard CRUD generator for the Mac Updated - by gosocial2 - 05-05-2021, 02:49 PM
RE: CodeIgniter Wizard CRUD generator for the Mac Updated - by includebeer - 05-09-2021, 09:30 AM
RE: CodeIgniter Wizard CRUD generator for the Mac Updated - by php_rocs - 05-10-2021, 07:11 AM
RE: CodeIgniter Wizard CRUD generator for the Mac Updated - by gosocial2 - 05-10-2021, 02:35 PM
RE: CodeIgniter Wizard CRUD generator for the Mac Updated - by includebeer - 05-10-2021, 03:35 PM
RE: CodeIgniter Wizard CRUD generator for the Mac Updated - by gosocial2 - 05-02-2023, 03:15 AM
|