PHP
清温之龙
王成茁
展开
-
ThinkPHP 3.2.3 Smarty模版引擎 调用$Think系统变量
ThinkPHP 3.2.3 Smarty模版引擎 调用$Think系统变量原创 2015-02-23 21:12:44 · 591 阅读 · 0 评论 -
使用Visual Studio 2013 开发、调试 PHP
第一步,安装Visual Studio 2013 第二步,安装PhpTools.1.13.5282.msi下载地址:http://download.csdn.net/detail/wang1999wang/7962849 第三步,将Devsense.VisualStudio.LicensePackage.dll覆盖C:\Users\用户名\AppData\Local\Mic原创 2015-03-14 16:43:34 · 2995 阅读 · 1 评论 -
ThinkPHP 3.2.3中使用Smarty模版
ThinkPHP 3.2.3中使用Smarty模版原创 2015-02-23 21:02:43 · 1465 阅读 · 0 评论 -
smarty实现多个界定符
Version:smarty3.1.21 smarty实例化 include_once('Smarty.class.php');$smarty = new smarty();$smarty->force_compile =true; //强迫编译$smarty->debugging =false;$smarty->caching原创 2015-07-04 15:29:01 · 706 阅读 · 0 评论 -
CentOS7快速安装lnmp(linux + nginx + mysql + php)
下载lnmp集成安装包,完整版:http://lamp.phpstudy.net/phpstudy-all.bin将下载好的安装包(phpstudy-all.bin)复制到用户目录下/root/(或者/home/)centos7终端下,使用root账户安装:chmod +x phpstudy-all.bin #权限设置./phpstudy-al原创 2015-07-21 09:00:27 · 559 阅读 · 0 评论