|
Doctrine 1.2.4
|
Public Member Functions | |
| buildSchema ($directory=null, $models=array(), $modelLoading=null) | |
| exportSchema ($schema, $format= 'yml', $directory=null, $models=array(), $modelLoading=null) | |
Definition at line 35 of file Schema.php.
| Doctrine_Export_Schema::buildSchema | ( | $directory = null, |
|
$models = array(), |
|||
$modelLoading = null |
|||
| ) |
buildSchema
Build schema array that can be dumped to file
| string | $directory | The directory of models to build the schema from |
| array | $models | The array of model names to build the schema for |
| integer | $modelLoading | The model loading strategy to use to load the models from the passed directory |
Definition at line 47 of file Schema.php.
| Doctrine_Export_Schema::exportSchema | ( | $schema, | |
$format = 'yml', |
|||
$directory = null, |
|||
$models = array(), |
|||
$modelLoading = null |
|||
| ) |
exportSchema
| string | $schema | |
| string | $directory | |
| string | $string | of data in the specified format |
| integer | $modelLoading | The model loading strategy to use to load the models from the passed directory |
Definition at line 144 of file Schema.php.