ZenMagick 0.9.10


Functions


Function Summary
void

zm_zen_check_alter_command(mixed param)

void

zm_zen_check_config_key(mixed line)

void

zm_zen_check_database_privs(str priv, str table, bool show_privs)

void

zm_zen_check_product_type_layout_key(mixed line)

void

zm_zen_create_exceptions_table()

void

zm_zen_create_index_command(mixed param)

void

zm_zen_drop_index_command(mixed param)

void

zm_zen_execute_sql(mixed lines, mixed database, str table_prefix)

void

zm_zen_purge_exceptions_table()

void

zm_zen_table_exists(mixed tablename, bool pre_install)

void

zm_zen_write_to_upgrade_exceptions_table(mixed line, mixed reason, mixed sql_file)

Function Detail

utils\sqlpatch.php at line 389

zm_zen_check_alter_command

public void zm_zen_check_alter_command(mixed param)

utils\sqlpatch.php at line 534

zm_zen_check_config_key

public void zm_zen_check_config_key(mixed line)

utils\sqlpatch.php at line 285

zm_zen_check_database_privs

public void zm_zen_check_database_privs(str priv, str table, bool show_privs)

utils\sqlpatch.php at line 551

zm_zen_check_product_type_layout_key

public void zm_zen_check_product_type_layout_key(mixed line)

utils\sqlpatch.php at line 578

zm_zen_create_exceptions_table

public void zm_zen_create_exceptions_table()

utils\sqlpatch.php at line 365

zm_zen_create_index_command

public void zm_zen_create_index_command(mixed param)

utils\sqlpatch.php at line 345

zm_zen_drop_index_command

public void zm_zen_drop_index_command(mixed param)

utils\sqlpatch.php at line 23

zm_zen_execute_sql

public void zm_zen_execute_sql(mixed lines, mixed database, str table_prefix)

utils\sqlpatch.php at line 571

zm_zen_purge_exceptions_table

public void zm_zen_purge_exceptions_table()

utils\sqlpatch.php at line 274

zm_zen_table_exists

public void zm_zen_table_exists(mixed tablename, bool pre_install)

utils\sqlpatch.php at line 562

zm_zen_write_to_upgrade_exceptions_table

public void zm_zen_write_to_upgrade_exceptions_table(mixed line, mixed reason, mixed sql_file)

ZenMagick 0.9.10