Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 592 Bytes

README.textile

File metadata and controls

17 lines (10 loc) · 592 Bytes

README

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.

Installation

  1. Import the database.ql to your database and change the database info in /fuel/app/config/db.php
  2. That’s probably it.

Features

  • Add, edit or delete Articles
  • Add, edit or delete Categories

The point?

You can see how to use ActiveRecord for adding, deleting or updating records. Also, how to use Validation, Pagination and Form methods.