Record_District.php 155 Bytes
Newer Older
1 2 3 4 5 6
<?php
class Record_District extends Doctrine_Record {
    public function setTableDefinition() {
        $this->hasColumn('name', 'string', 200);
    } 
}