Development Doctrine_Builder_Migration
Doctrine Builder Migration
Inheritence
Doctrine_Builder_Migration < Doctrine_Builder
Method Summary
- _loadTemplate
- buildCreateForeignKey
- buildDropForeignKey
- generateMigrationsFromDb
- setMigrationsPath
- string buildDropTable
- generateMigrationsFromModels
- __construct
- string buildMigrationClass
- string getMigrationsPath
- generateMigrationClass
- buildCreateTable
Methods inherited from Doctrine_Builder
varExportMethod Details
-
_loadTemplate()
loadTemplate
Loads the class template used for generating classes
-
buildCreateForeignKey($tableName, $definition)
-
buildDropForeignKey($tableName, $definition)
-
generateMigrationsFromDb()
-
$path path the path where migration classes are stored and being generated setMigrationsPath($path)
-
(string) buildDropTable($tableData)
-
generateMigrationsFromModels($modelsPath = null)
-
__construct($migrationsPath = null)
-
(string) buildMigrationClass($className, $fileName = null, $options = array(), $up = null, $down = null)
-
(string) getMigrationsPath()
Doctrine_Builder_Migration
-
generateMigrationClass($className, $options = array(), $up = null, $down = null, $return = false)
-
buildCreateTable($tableData)




Comments (0) [ add comment ]
No Comments
Add Comment