model = new $model(); $schema->createTables(); } } function IDF_Migrations_15AddGconf_down($params=null) { $models = array( 'IDF_Gconf', ); $db = Pluf::db(); $schema = new Pluf_DB_Schema($db); foreach ($models as $model) { $schema->model = new $model(); $schema->dropTables(); } }