1
0
mirror of synced 2025-02-25 00:23:12 +03:00

9 lines
142 B
PHP

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