False alarm, it works fine.

What confused me was the fact that Base[ChildClass].php files were
missing. However, it turns out those files are not needed.

On Mar 6, 12:05 pm, Rytis Daugirdas <rytis.daugir...@gmail.com> wrote:
> Hello,
>
> I'm looking for an example of defining single table inheritance using
> the alternative schema syntax. The following does not work (no child
> classes are generated):
>
>   ParentClass:
>     ...
>     columns:
>       type: { type: varchar, size: 50, required: true }
>       ...
>     inheritance:
>       column: type
>       classes:
>         ChildClass1: ChildClass1
>         ChildClass2: ChildClass2
>
> This is not documented anywhere as far as I can see.
>
> Thanks,
> Rytis

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to