1
0
mirror of synced 2025-01-30 20:11:49 +03:00
This commit is contained in:
zYne 2007-05-21 21:31:52 +00:00
parent 4a379951e6
commit c06c81dd85

View File

@ -15,7 +15,7 @@ class Entity extends Doctrine_Record {
$this->hasColumn('created', 'integer',11);
$this->hasColumn('updated', 'integer',11);
$this->hasColumn('email_id', 'integer');
$this->option('subclasses',array('User','Group'));
$this->option('subclasses',array('User','Group'));
}
}
class FieldNameTest extends Doctrine_Record {