2017年4月3日

摘要: 1.安装 TWIG composer require twig/twig2.COMPOSER自动加载的引用修改 BOOTSTRAP.PHP 增加 public function _initAutoload() { require __DIR__ . "/../vendor/autoload.php" 阅读全文
posted @ 2017-04-03 21:55 天天天蓝 阅读(558) 评论(0) 推荐(0) 编辑
 
摘要: 1.环境 UBUNTU16.04 PHP7.0 2.安装 2.1先安装PHPIZE sudo apt install php7.0-dev 2.2 A;下载源码包 并解压 安装 sudo wget http://pecl.php.net/get/yaf-3.0.4.tgz tar zxvf yaf- 阅读全文
posted @ 2017-04-03 01:34 天天天蓝 阅读(155) 评论(0) 推荐(0) 编辑