28 $config = Startup::getConfig ();
29 $models = CacheManager::getModels ( $config,
true );
30 foreach ( $models as $model ) {
32 $result [] = $tableExport->exports ( $this );
34 foreach ( $this->manyToManys as $target => $ManyToManyParser ) {
35 $ManyToManyParser->init ();
37 $members = [ $ManyToManyParser->getFkField (),$ManyToManyParser->getMyFkField () ];
39 $result [] = $sqlExport->exports ( $target, $fields );
41 return \implode (
"\n", $result );