SQL::Translator::Producer::XML::Propel - Generates XML documents for use with Propel


Xmldoom documentation  | view source Contained in the Xmldoom distribution.

Index


NAME

Top

SQL::Translator::Producer::XML::Propel - Generates XML documents for use with Propel

SYNOPSIS

Top

  use SQL::Translator;
  use SQL::Translator::Producer::XML::Propel;

  my $translator = SQL::Translator->new;
  $translator->producer('SQL::Translator::Producer::XML::Propel');

DESCRIPTION

Top

Just an alias to the Xmldoom module running in Propel compatibility mode.

SEE ALSO

Top

SQL::Translator, SQL::Translator::Producer::XML::Xmldoom, Xmldoom

AUTHORS

Top

David R Snopek <dsnopek@gmail.com>


Xmldoom documentation  | view source Contained in the Xmldoom distribution.