![]() |
Tutorial improvements (Documentation - Build your first application) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: Tutorial improvements (Documentation - Build your first application) (/showthread.php?tid=84769) |
Tutorial improvements (Documentation - Build your first application) - Muzikant - 11-08-2022 Introduction - Debugging Quote:Now that you’re in development mode, you’ll see a toolbar on the bottom of your application. By default it is minimized in the flame square at the bottom right corner. This could confuse beginners. News section - Create a database to work with In this section should be proposed a database name called "ci4tutorial" as it is mentioned in the Connect to your database settings: Code: database.default.hostname = localhost News section - Setting up a model Quote:To do this, the database abstraction layer that is included with CodeIgniter - Query Builder - is used in the CodeIgnite\Model. There is a missing "r" in the CodeIgniter word at the end of a sentence - CodeIgnite\Model. RE: Tutorial improvements (Documentation - Build your first application) - kenjis - 11-08-2022 Thank you for reporting. I sent a PR: https://github.com/codeigniter4/CodeIgniter4/pull/6834 RE: Tutorial improvements (Documentation - Build your first application) - kenjis - 11-09-2022 Updated. https://codeigniter4.github.io/CodeIgniter4/tutorial/index.html#debugging |