diff --git a/Documentation.html b/Documentation.html index 7ae0f8d3d..81e12b004 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4457,6 +4457,9 @@ now synchronize your databases placed on the same server or some remote server. PEAR coding standards on the other hand. Please pay attention to this. +
  • Please enable showing PHP errors and warnings by the + $cfg['Error_Handler']['display'] + configuration directive.
  • Please try to keep up the file-naming conventions. Table-related stuff goes to tbl_*.php, db-related code to db_*.php, server-related tools to server_*.php and so on.