[eluser]Nicholai[/eluser]
What about a simple warehouse administration app? You can show these concepts that everyone new to CodeIgniter could use:
-add/edit/delete inventory (models and basic CRUD)
-item lookup by one or many filters (the "catch-all" lookup query)
-pagination for item lookup
-system users (login, authentication, cookies and sessions)
-basic security levels for system users
-user photos and barcodes, maybe sent to PDF for printing
-On the presentation side, a menu, content and footer (to show how to load multiple views)
A lot of diverse concepts that can quickly take someone from zero to a good intermediate level.