CodeIgniter Forums
Documentation: Complete CRUD example - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Documentation: Complete CRUD example (/showthread.php?tid=87973)



Documentation: Complete CRUD example - Tbronson - 06-29-2023

Suggestion: In theĀ "Build Your First Application" section of the docs, offer a complete CRUD app. That would allow a user to copy the code and immediately get underway. As it is, it's only halfway there.


RE: Documentation: Complete CRUD example - kenjis - 06-30-2023

Good!
If someone tries to send a Pull Request for adding new sections,
I recommend starting with 4.4 branch, not develop branch, because the tutorial has been updated for 4.4.
See https://github.com/codeigniter4/CodeIgniter4/pull/7427