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: integer(4)
    subject:
      type: string(100)
    details:
      type: clob

On Sat, 2009-11-07 at 12:49 +0000, Jonathan Franks wrote:
> baseClassName


--~--~---------~--~----~------------~-------~--~----~
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