Record.tpl 249 Bytes
Newer Older
1 2 3 4 5
<?php
/**
 * This class has been auto-generated by the Doctrine ORM Framework
 * Created: %s
 */
lsmith's avatar
lsmith committed
6
class %s extends Doctrine_Record
zYne's avatar
zYne committed
7
{
lsmith's avatar
lsmith committed
8 9
    public function setTableDefinition()
    {
10 11
%s
    }
lsmith's avatar
lsmith committed
12 13
    public function setUp()
    {
14

zYne's avatar
zYne committed
15
    }%s
16
}