Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
mlb edited this page Sep 13, 2010 · 12 revisions

This is a forked repository. Have a look at
Wouterrr’s A1 wiki
for more information.

The goal of this fork is to generalize the interface to database abstractors to support more than ORM (e.g. Mango, Sprig).

A1 users using this fork need only change usage of A1::instance to A1_ORM::instance.

Sprig NOTES

  • Sprig_Field_Timestamp does not correlate to a MySQL TIMESTAMP column data type. Use UNSIGNED INT instead.

TODO

  • Add A1::factory
Clone this wiki locally