| Xmldoom documentation | view source | Contained in the Xmldoom distribution. |
SQL::Translator::Producer::XML::Propel - Generates XML documents for use with Propel
use SQL::Translator;
use SQL::Translator::Producer::XML::Propel;
my $translator = SQL::Translator->new;
$translator->producer('SQL::Translator::Producer::XML::Propel');
Just an alias to the Xmldoom module running in Propel compatibility mode.
SQL::Translator, SQL::Translator::Producer::XML::Xmldoom, Xmldoom
David R Snopek <dsnopek@gmail.com>
| Xmldoom documentation | view source | Contained in the Xmldoom distribution. |