1
0
mirror of synced 2025-02-23 23:53:14 +03:00

9 lines
142 B
PHP

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