yana

phpDocumentor v 1.4.0

Class plugin_db_admin

Description

database administration tool
  • access: public
Plugin
   |
   --plugin_db_admin
Method Summary

Methods

backup databases
bool db_backup (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
parameters taken:
  • string database_dbms the DBMS to install databases on
  • array database_list a list of databases to install
  • array database_options a list of flags: structure, data, zip
  • access: public
install databases
bool db_install (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
parameters taken:
  • string database_dbms the DBMS to install databases on
  • array database_list a list of databases to install
  • access: public
synchronize FileDb with online database
bool db_sync (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
parameters taken:
  • string database_dbms
  • array database_list
  • todo: sort table definitions by foreign keys, so referenced tables are synchronized before the references
  • access: public
provide database setup form
bool get_db_configuration (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
parameters taken: none
  • access: public
update database setup
boolean set_db_configuration (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
parameters taken:
  • string database_active
  • string database_dbms
  • string database_host
  • string database_port
  • string database_password
  • string database_name
  • string database_prefix
  • access: public
inherited from base classes

Inherited From Plugin

Documentation generated on Sat, 03 Jan 2009 22:22:40 +0100 by phpDocumentor 1.4.0

yana author: Thomas MeyerHomepage: www.yanaframework.net