TestRecord.php 142 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?php
class TestRecord extends Doctrine_Record 
{
    public function setTableDefinition()
    {
        $this->setTableName('test');
    }
}