How to build a blog with Codeigniter – Lesson 5 (Dynamic Views)
Finally we get some dynamic content displayed based off the data we entered into our database. We now know how to work with a model and can use it to dynamically display all our blog posts to our blog home page.
source