Commit b41714ee authored by zYne's avatar zYne

--no commit message

--no commit message
parent 2a99edae
...@@ -815,9 +815,12 @@ class Doctrine_Export extends Doctrine_Connection_Module ...@@ -815,9 +815,12 @@ class Doctrine_Export extends Doctrine_Connection_Module
*/ */
public function exportTable(Doctrine_Table $table) public function exportTable(Doctrine_Table $table)
{ {
/**
TODO: maybe there should be portability option for the following check
if ( ! Doctrine::isValidClassname($table->getOption('declaringClass')->getName())) { if ( ! Doctrine::isValidClassname($table->getOption('declaringClass')->getName())) {
throw new Doctrine_Export_Exception('Class name not valid.'); throw new Doctrine_Export_Exception('Class name not valid.');
} }
*/
try { try {
$data = $table->getExportableFormat(); $data = $table->getExportableFormat();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment