[symfony-users] Re: [sf1.3][doctrine 1.2] baseClassName

2009-11-07 Thread David Ashwood
I've not tried it - but as it's an option does the following not work? Message: options: baseClassName: somethingElse actAs: Timestampable: ~ tableName: messages columns: id: type: integer(4) primary: true autoincrement: true messageType: type: int

[symfony-users] Re: [sf1.3][doctrine 1.2] baseClassName

2009-11-09 Thread Jonathan Franks
No - that doesn't work. It simply makes the base class contain this line... > $this->option('baseClassName', 'somethingElse'); Thanks anyway. On 7 Nov 2009, at 13:36, David Ashwood wrote: > > I've not tried it - but as it's an option does the following not work? > > Message: > options: >