(11-27-2019, 06:31 PM)includebeer Wrote: (11-25-2019, 09:53 AM)jlp Wrote: This playground is here to help you learn CodeIgniter 4 by example. We try to cover use cases for the most common tasks you'll find yourself doing in web applications. Where there are multiple ways to do something, we've tried to give examples of doing things in each way.
Am I missing something or the playground is just an empty CI app? I don’t see any example code?
The Heroes Model has some example code, and there is some spark code that loads sample data into SQLite, though there's no example code showing how to call the model and present its data in a view.
(Using CodeIgniter since 1.x)