CodeIgniter4 ORM - 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: CodeIgniter4 ORM (/showthread.php?tid=79645) |
CodeIgniter4 ORM - agungsugiarto - 07-14-2021 Codeigniter4 ORM Hello guys wanna share with you, This project is the result of porting Laravel Eloquent to codeigniter4 native query builder, but still in working progress in me free time. Roadmap: 1. Create more unit testing as laravel eloquent do. 2. Create documentation in github wiki. Contributing are very welcome. Check this out and try codeigniter4 orm: https://github.com/agungsugiarto/codeigniter4-orm RE: CodeIgniter4 ORM - InsiteFX - 07-14-2021 Thanks, keep up the great work your doing for the communnity. RE: CodeIgniter4 ORM - Magellan - 07-14-2021 Congratulations, it looks really promising RE: CodeIgniter4 ORM - paliz - 07-14-2021 Nice job man RE: CodeIgniter4 ORM - manager - 07-14-2021 Great job. Thanks. RE: CodeIgniter4 ORM - x1250 - 01-14-2022 (07-14-2021, 02:17 AM)agungsugiarto Wrote: Codeigniter4 ORM Hello, how to use this? the README is empty. |