Hi all,

I want to write a plugin that amongst other features contains a Form
class.
For extensibility reasons I would like it to follow the same way that
doctrine model forms are organised having a Base..Form, Plugin..Form
and ..Form.
So the developer can add custom code inheriting the one from the
plugin.

However this Form does not relate to a table in the database but is
used to access a web service. So I need no model.

Is there a way to define a "virtual schema definition" for this so
that symfony doctrine:build --all will generate the appropriate
classes in the developers project?


Cheers
/Christian

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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