随笔分类 -  Yaf

摘要:Yaf is the first PHP MVC framework which is written in C and build as PHP extension.官方网站:http://www.yafdev.com最近项目需要用到该框架。关于Yaf的配置我在此记录一下,方便以后查阅。1.可通过官网链接下载源码。解压缩以后, 进入Yaf的源码目录, 依次执行(其中$PHP_BIN是PHP的bin目录):$PHP_BIN/phpize./configure --with-php-config=$PHP_BIN/php-configmakemake install编译后,在php.ini文件中 阅读全文
posted @ 2013-07-10 01:46 huangpu 阅读(657) 评论(0) 推荐(0)