-
<for start='1' end='10' comparison='elt' name='k'></for>查看全部
-
eq neq gt egt lt elt heq nheq查看全部
-
empty offset length查看全部
-
<volist name= id=>查看全部
-
default查看全部
-
<for start='1' end='10' comparison='elt' name='k'> <!-- 注意的问题中间是需要空格的 --> {$k}<br/> </for>查看全部
-
不错查看全部
-
foreach 不能截取数据查看全部
-
Ifmodule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f REwiriteRule ^(.*)$ index.php/$1 [QSA,PT,L] </Ifmodule>查看全部
-
开重写模式需要配置apache的httpd.conf 找到rewrite.so把前面#删掉。。 在项目里建立rewrite规则文件 .htaccess..和index.php同级。。查看全部
-
4种URL模式查看全部
-
自定义配置文件:'LOAD_EXT_CONFIG'=>'user';查看全部
-
thinkPHP运行流程: 1加载thinkphp.php:rquire('./thinkphp/thinkphp.php'); 2加载核心文件 ./thinkphp/lib/core 3加载项目的文件,分析URl 调用相关控制器 m module 模块 相当于 控制器 a action 方法 action理解成页面查看全部
-
common:存放当前项目的公共函数 Conf:存放当前项目的配置文件 Lang:存放当前项目的语言包 Cache:模板缓存 Lib:存放当前项目的控制和模型 Runtime:存放当前项目的运行时文件 Tpl:存放当前项目的模板文件 MC存放于Lib中 V存放于Tpl中查看全部
-
注释TPL、runtime查看全部
举报
0/150
提交
取消