ThinkPHP相关有关问题,求们解决,多谢

WBOY
Release: 2016-06-13 10:11:08
Original
843 people have browsed it

ThinkPHP相关问题,求大虾们解决,谢谢
最近在使用thinkphp3.0,遇到了一个问题,百思不得其解
  在模版中用{$Think.get.id}来获取id方法,但是他不解析成$_GET['id'],访问页面的时候,依然是{$Think.get.id}
但是如果连续写两个的话,第二个就会被正常解析成$_GET['id'] ,如:{$Think.get.id}{$Think.get.id},那么第二个就会被正常解析,第一个永远都不解析,求解

------解决方案--------------------
不清楚,这个得结合上下文环境。也有可能估计是一大bug,找官方的人确认一下。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!