Stationwagon is a Fuel-based blog application by Abdelraham Mahmoud and Alfredo Rivera. The purpose of this application is to show users new to the Fuel framework how things work by providing example code.
- Import the database.ql to your database and change the database info in /fuel/app/config/db.php
- That’s probably it.
- Add, edit or delete Articles
- Add, edit or delete Categories
You can see how to use ActiveRecord for adding, deleting or updating records. Also, how to use Validation, Pagination and Form methods.