如何使用dhtmlx从客户端(php)更新XML

时间:2018-09-28 09:26:46

标签: php dhtmlx

我在使用数据库更新/插入后返回了文件名 require_once'文件夹名/ListData.php';

在脚本文件中,我需要更新网格而不调用该文件名

任何帮助将不胜感激!

在脚本文件中

myForm.send("1.php", "post", function (loader, response){
ListDataGrid.updateFromXML(response);
ListDataGrid.sortRows(0);
});

在php文件中

$UpdateObj->updateOdatas($_REQUEST['dataId'])
require_once 'foldername/ListData.php';

0 个答案:

没有答案