Added documentation to PHP files

This commit is contained in:
ninadsp
2010-08-15 01:50:47 +05:30
parent 6a3d0a7f58
commit 0b2b21712e
10 changed files with 65 additions and 8 deletions

View File

@@ -243,7 +243,12 @@ if (isset($_REQUEST['do_save_data'])) {
if($GLOBALS['is_ajax_request'] == true) {
//construct the html for the newly created table's row to be appended
/**
* construct the html for the newly created table's row to be appended
* to the list of tables.
*
* Logic taken from db_structure.php
*/
$tbl_url_params = array();
$tbl_url_params['db'] = $db;