edit-order-opt

This commit is contained in:
lccsw
2021-12-30 17:09:11 +08:00
committed by lccsw
parent 199f6a20da
commit 02b38fd74b
85 changed files with 10346 additions and 291 deletions
+4
View File
@@ -1,4 +1,6 @@
<?php
ini_set("display_errors", "On");//打开错误提示
ini_set("error_reporting",E_ALL);//显示所有错误
defined('BASEPATH') OR exit('No direct script access allowed');
class Welcome extends CI_Controller {
@@ -8,4 +10,6 @@ class Welcome extends CI_Controller {
$this->load->view('welcome_message');
}
public function test(){
}
}