1
0
mirror of synced 2025-03-02 10:53:20 +03:00

9 lines
142 B
PHP
Raw Normal View History

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