1
0
mirror of synced 2025-03-23 16:33:54 +03:00

9 lines
142 B
PHP
Raw Normal View History

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