PHP 인터페이스 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
파일 보기
프로젝트 열기: ezsystems/ezpublish-kernel
공개 메소드들
메소드 |
설명 |
|
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. |
|
메소드 상세
createConfiguration()
공개 메소드
Handle optional import of binary files to var folder.
Handle inserting of sql dump, sql dump should ideally be in ISO SQL format.
Handle inserting of schema, schema should ideally be in ISO SQL format.