ZKX's LAB

thinkphp框架做项目,想要从控制器向html模板页的js中传一个值,想知道怎么在js中接到这个值? thinkphp控制器中传值

2020-07-21知识8

懂thinkphp的请进 thinkphp控制器输出难题 你要输出的是每个,而不是总和,那你用newprice2+$newprice;做什么?把最新价格添加到currency_user不就行了?即在第25行添加currency_user['newprice']=$Currency_message['new_price'];ThinkPHP公共控制器怎么让其他的控制器继承!最好给个例子~ 采用ThinkPHP3.2版本的首先建立一个公共控制器 CommonController.class.phpphpnamespace Home\\Controller;use Think\\Controller;class CommonController extends Controller {public function_initialize(){初始化}}其他的控制器继承 CommonController 控制器phpnamespace Home\\Controller;use Think\\Controller;class IndexController extends CommonController {public function index(){this->;display();}}望采纳 Thxthinkphp 控制器 输出的时候加个判断 那你可以在foreach的时候判断咯:foreach($this->;citys as$val){if($val['is_open']=1)a=strtoupper($val['first_letter']);citylists[$a][]=$val;}}thinkphp框架做项目,想要从控制器向html模板页的js中传一个值,想知道怎么在js中接到这个值? 1)在控制器中写:this->;assign(\"aaaa\",$str);2)在模板中写:alert('{$aaaa}');thinkphp 控制器里如何得到__PUBLIC__值 class IndexAction extends Action {public function index(){arr=C(\"TMPL_PARSE_STRING\");echo$arr['_PUBLIC_'];}}前提:config需要配置_PUBLIC_

随机阅读

qrcode
访问手机版