![]() |
CRUD Code Generator - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34) +--- Thread: CRUD Code Generator (/showthread.php?tid=92730) |
CRUD Code Generator - DeanE10 - 04-09-2025 I know this is an off subject for many but thought I'd ask anyway.... I have a Scaffold/CRUD Gen that I have been working on specifically for myself. I started it a while back, found some that were cool and modeled after them a bit but it wasn't very modular and code updates kept breaking everything. The last one I found back in 2020 was good from Adel (https://github.com/Adel-Qusay/Codeigniter-4-CRUD-generator) so I modeled mine over the years like this one. I just refreshed the code so it works great with PHP 8.2 and CI4 4.6. And, NO it is not a copy of Adels code aside from a few Token names ![]() Thoughts? ![]() ![]() ![]() RE: CRUD Code Generator - salain - 04-10-2025 Hi, The images looks good. Can we see the code? |