JC1.php 186 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?php
class JC1 extends Doctrine_Record {
    public function setTableDefinition() {
        $this->hasColumn('c1_id', 'integer');
        $this->hasColumn('c2_id', 'integer');
    }
}