My favorites | Sign in
Project Logo
                
Search
for

NOTE: This wiki contains "bleeding edge" documentation, which may reflect a future version of Wheels. Entries in the wiki may also be incomplete and unedited. Please visit cfwheels.org/docs for the "official" documentation.

Introduction

Handling Requests With Controllers

Database Interaction Through Models

Displaying Views to Users

Working With Wheels

Contributing to Wheels

Sample Applications

The Wheels API

* Not scheduled for the 1.0 release.

Updated Nov 29, 2009 by per.djurner
Labels: chapter, 1.0, draft
Authorization  
Sample application for a simple authorization interface.

This sample application comes full of comments, so it's a good way to learn Wheels if you prefer playing around with code rather than reading more abstract tutorials.

This sample application covers how to set up authorization business rules on your controllers, basic login, logout, etc.

Instructions

Download, unzip, and run the application. (It includes with ColdFusion on Wheels 1.0).

Download

Download Authorization Sample


Comment by quinn.madson, Nov 27, 2009

great sample app! thanks for making it available.

there is a minor typo that affects linux and possibly mac os users:

Sessions.cfc line 2 is:

<cfcomponent extends="controller">

should be:

<cfcomponent extends="Controller">

thanks again,

-qk.


Sign in to add a comment
Hosted by Google Code