Core::arbitAdminCouchdbController
Class arbitAdminCouchdbController
CouchDB backend management controller. CouchDB backend management controller.
ezcMvcController
|
--arbitController
|
--arbitAdminCouchdbController
Author(s):
|
Version:
|
$Revision: 1692 $ |
|
License:
|
GPL |
Member Variables
|
protected static
int |
$file
Counter indicating the already used file names.
Counter indicating the already used file names. |
Method Summary
|
public arbitViewModel |
exportBackup(
$request
)
Export backups
Export backups for all listed projects. |
|
protected string |
getFileName(
$request
)
Get file name for current request |
|
public arbitViewModel |
importBackup(
$request
)
Import backups
Import backups for all listed projects. |
|
public arbitViewModel |
primeViews(
$request
)
Prime all view caches
Since view cache generation can take some time this action ensures all view caches are request once. backup. |
Inherited Methods
Methods
exportBackup
Export backups
Export backups for all listed projects. Export backups
Export backups for all listed projects.
Parameters:
getFileName
Get file name for current request Get file name for current request
Parameters:
importBackup
Import backups
Import backups for all listed projects. Import backups
Import backups for all listed projects.
Parameters:
primeViews
Prime all view caches
Since view cache generation can take some time this action ensures all view caches are request once. backup. Prime all view caches
Since view cache generation can take some time this action ensures all view caches are request once. Especially useful after importing a backup.
Parameters:
|