Hi, I am creating a plugin that adds event management to Symfony - currently for my own needs and as soon as I am happy with it, I shall publish it (it is very early stages at the moment).
The plugin is called sfEventPlugin (for the lack of a better name ;) ). After building all the models, I am trying to create the forms but unfortunately I am getting this error: Class "sfEvent" must be a child class of Doctrine_Record Checking up on this, the "extends" chain looks like this: sfEvent extends PluginsfEvent extends BasesfEvent extends sfDoctrineRecord extends Doctrine_Record so it should be an instance of Doctrine_Record. How do I debug this and can anyone help me please? juro --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---