摘要:
控制器 <?php namespace Home\Controller; use Think\Controller; class CeShiController extends Controller { public function tianjia() { if(empty($_POST)) { 阅读全文
摘要:
1.获取系统常量信息 public function shuchu() { var_dump(get_defined_constants()); } 2.跨控制器或跨模块调用 function diaoyong() { //跨控制器或跨模块调用用方法 //1.造对象调用 /*$sc=new Inde 阅读全文