Welcome to examples section of Agile Toolkit
Installation:
Before you can use the examples, you need to set up database. Follow theese steps:
- Create a new MySQL database.
- Enable mod_rewrite for this directory (and examine .htaccess files if examples don't work)
- Import file schema.sql into your database.
- Edit file config.php and enter your MySQL username, password and database name there.
- Delete "examples" directory if you are no longer need it.
Select one of the bundled examples below:
- Blog Example — Demonstrates how to build dual interfaces with different templates and access control. This example avoids use of Models, to show you how you can create application withouth them.
- Blog Example with Models — Does exactly same thing like last example, but this time it properly uses Models.
- DVDRental — Project which is focused on functionality rather than look. DVDRental implements a simple DVD Rental Management application based on 4 tables.