2010-08-22 3 views

답변

0
//Doctrine_Core::generateYamlFromDb($yamlPath, array $connections = array(), array $options = array()) 

Doctrine_Core::generateYamlFromDb(
    'schema.yml', 
    array(), // will use the default connection 
    array(// the $options array 
     'classPrefix'=>'Prefix', 
     'classPrefixFiles'=>true 
    ) 
); 

는 테스트하지 : D