root/tags/0.10.1/models/Assignment.php

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

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

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