Title: RE: Builder inheritance, MySQL

> When I create a node in Article, I can use all the fields defined in
>ContentElement. There is however only a record in the article table. Is
>it
>now possible to create a query that searches on all ContentElements?

hmm . when you create an article and use mysql storage should have create
2 entries
(one in the object table/ one in the Content table and one in your article table)
that also answers your question.
Yes. you can perform the query you want.

Reply via email to