Propel icon indicating copy to clipboard operation
Propel copied to clipboard

Fix support of baseClass attribute for table with namespaces.

Open gzumba opened this issue 10 years ago • 0 comments

Fixes issue #209. Format is simply dotted notation, eg.

<database name="simple_database">
    <table name="inheriting_table" baseClass='Foo.Bar.Baz'>
        <column name="id" required="true" primaryKey="true" autoIncrement="true" type="INTEGER" />
    </table>
</database>

Note that the table inherited must extend \BaseObject

gzumba avatar Sep 30 '14 10:09 gzumba