root/branches/0.9/models/Account.php

Revision 2353, 201 bytes (checked in by meus, 16 months ago)

moved all models to trunk/models. removed some old invalid testcases

Line 
1<?php
2class Account extends Doctrine_Record 
3{
4    public function setTableDefinition() 
5    {
6        $this->hasColumn('entity_id', 'integer');
7        $this->hasColumn('amount', 'integer');
8    }
9}
Note: See TracBrowser for help on using the browser.