PHP Interface EzSystems\PlatformInstallerBundle\Installer\Installer
Simple SQL based installer interface for eZ Platform 1.0, will be replaced by a new interface in the future that
uses API/SPI (via future import/export functionality) to support cluster and several different storage engines.
Such change will also move responsibility of repository init (base schema and minimal data) to storage engine
so this is not in installers. Further info: https://jira.ez.no/browse/EZP-25368
Mostrar archivo
Open project: ezsystems/ezpublish-kernel
Public Methods
Method |
Description |
|
createConfiguration ( ) |
|
|
importBinaries ( ) |
Handle optional import of binary files to var folder. |
|
importData ( ) |
Handle inserting of sql dump, sql dump should ideally be in ISO SQL format. |
|
importSchema ( ) |
Handle inserting of schema, schema should ideally be in ISO SQL format. |
|
Method Details
createConfiguration()
public method
importBinaries()
public method
Handle optional import of binary files to var folder.
importData()
public method
Handle inserting of sql dump, sql dump should ideally be in ISO SQL format.
importSchema()
public method
Handle inserting of schema, schema should ideally be in ISO SQL format.