FooForeignlyOwnedWithPK.php 174 Bytes
Newer Older
1 2 3
<?php
class FooForeignlyOwnedWithPk extends Doctrine_Record
{
4
    public static function initMetadata($class)
5
    {
6
        $class->setColumn('name', 'string', 200);
7 8
    }
}