From 371b345e54845cb1ab32e2c97327050179a783af Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 15 Oct 2021 15:56:28 +0800 Subject: [PATCH] remove TestPhp*.* --- webapp/controller/TestPhp.class.php | 14 ----- webapp/controller/TestPhpController.class.php | 55 ------------------- 2 files changed, 69 deletions(-) delete mode 100644 webapp/controller/TestPhp.class.php delete mode 100644 webapp/controller/TestPhpController.class.php diff --git a/webapp/controller/TestPhp.class.php b/webapp/controller/TestPhp.class.php deleted file mode 100644 index 7afb944..0000000 --- a/webapp/controller/TestPhp.class.php +++ /dev/null @@ -1,14 +0,0 @@ -getMysql($account_id); - if (!$conn) { - error_log("没有这个玩家测试======".$conn); - } - else - { - error_log("cesMySqlConnet"); - } - $ii = 1; - // $row = $conn->execQueryOne('SELECT guildcoin_num FROM user WHERE accountid=:accountid;', - // array( - // ':accountid' => $account_id - // )); - $row = $conn->execQueryOne('SELECT * FROM user '); - if($row) { - error_log("Test1======"); - } - else{ - error_log("Test2======="); - } - $this->sendDataToClient(0,"test",$row); - // echo json_encode(array( - // 'errcode' => 0, - // 'errmsg' => '', - // 'data' => $row, - // )); - // ; - - // error_log("FromPhpTest6".$_REQUEST); - // error_log("FromPhpTest3".$_REQUEST["name"]); - } - public function testPhpFunc2() - { - echo json_encode("name="); - error_log("FromPhpTest2"); - //三方势力 经济贸易中心城池放好,有等级限制,我在这个国家能做写什么 - //我茅草屋开始建造 - //建筑设施 铁匠铺,民屋 饭店 酒馆 ,训练营 - //饭店 酒馆 - // - } - -} - -