>> YANA 4 PHP Framework >> Docs For Class plugin_db_admin

Class plugin_db_admin

Description

database administration tool

  • access: public

Located in /plugins/db_admin/plugin_db_admin.php

Plugin
   |
   --plugin_db_admin
Method Summary

Methods

Event handler
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
  • array database_list

  • access: public
Event handler
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

  • access: public
  • todo: sort table definitions by foreign keys, so referenced tables are synchronized before the references
Event handler
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
Event handler
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 Sun, 11 Mar 2007 15:02:52 +0100 by phpDocumentor 1.3.1

yana author: Thomas MeyerHomepage: www.yanaframework.net