1
0
mirror of synced 2025-02-20 14:13:15 +03:00

9 lines
142 B
PHP

<?php
class TestRecord extends Doctrine_Record
{
public function setTableDefinition()
{
$this->setTableName('test');
}
}