Main Page

From Aspen Documentation

We've put together a series of documents that will help introduce you to the framework from first installation, to more advanced uses. We also provide some introductions to the core system classes highlighting the more important methods. This documentation will continue to improve over time. We're always looking for those who would like to contribute to writing and reviewing our documentation as well.

Contents

Getting Started

  1. Introduction to Aspen Framework
  2. Downloading
  3. Installing
  4. Choosing Your Setup
  5. Creating A Module
  6. Creating An Application
  7. Debugging

Tutorial: Creating A Blog

In this tutorial, we'll walk you through creating a basic blog entry posting tool and the front-end display logic. This will introduce passing data to your templates, processing forms, and using the Model class for queries. This tutorial is written based off of the default setup of the framework code.

  1. Step One: List Page
  2. Step Two: Add Entry Page
  3. Step Three: Edit Entry Page
  4. Step Four: Delete Entry
  5. Step Four: Display Entry

Working With the Framework

Sometimes, just reading the API documentation isn't enough.

Advanced Topics

Framework API Overview

Framework API Manual

API Manual (PHPDoc Generated)

From the Aspen Team

How To Contribute
There are many ways to contribute, even for non-programmers! Here we describe what we're looking for and we discuss ways of getting involved.
Revision Compatibility Notes
Changes to the framework may impact anything that depends on its codebase. Here, we document what items you'll need to review to ensure that upgrading will go smoothly.
Roadmap