phalcon7 1.2.3 发布,高性能 php 7 框架

phalcon7 1.2.3 发布,高性能 php 7 框架_php_web-itnose

首页
asp
php
javascript
iis
apache
html/css
coldfusion
ajax
vbscript
cgi
xml/xsl
跨浏览器开发
ruby/rails
程序员
html5
jquery
seo
jboss
json
angularjs
markdown
nginx
thinkphp
yii
pageadmin
extjs
wampserver
kendo ui
coffeescript
gulp
ecmascript
bootstrap

itnose首页 > web > php >

phalcon7 1.2.3 发布,高性能 php 7 框架

2017-02-19 10:17

新增 `phalcon\storage\btree` 类,测试插入10万数据,7秒左右。

$btree = new phalcon\storage\btree(__dir__.’/cache/tree.db’);
for ($i = 0; $i < 100000; $i++) { $btree->set(‘key_’.$i, ‘value’.$i);
}

基本操作:

$btree = new phalcon\storage\btree(‘unit-tests/cache/tree.db’);
$this->asserttrue($btree->set(“key1”, “value1”));
$this->assertequals($btree->get(“key1”), “value1”);
$this->asserttrue($btree->delete(“key1”));
$this->assertequals($btree->get(“key1”), “”);

主要更新内容:

add class phalcon\storage\btree

add method phalcon\dispatcher::hasparam

fix bug about class phalcon\chart\qrcode

fix bug about method phalcon\mvc\model\query::_prepareinsert

fix bug about method phalcon\security::checktoken

相关搜索:
iis7发布webservice
delphi 7
win7 .netframework
java7 webservice
delphi7

相关文章

2016-12-16 05:06 dao7(phalcon7)1.2.1 发布,c 开发的 php 7 框架
2016-10-13 04:43 c 语言开发高性能 php7 框架
2016-10-21 16:54 yii 2.0.10 发布,高性能 php 框架
2016-07-12 20:26 yii 2.0.9 发布,高性能 php 框架
2017-01-15 22:50 phalcon7 1.2.2 重要更新2:修复 model 相关 bug

更多相关文章>>

最新文章

2017-06-20 01:35 老铁们,有没有可能让php文件同时只能一个人访问
2017-06-20 01:35 怎么禁止图片直接通过url访问
2017-06-20 01:35 求救!启动wamp只能用本机访问,同局域网的其它设备访问不到!搞了大半天t-t
2017-06-19 15:35 nginx下的thinkphp问题
2017-06-19 15:35 php form 文件上传

更多最新文章>>

热门搜索

delphi7教程
delphi win7
delphi7注册
sqlserver win7
delphi7完美经典
java 7基础教程 pdf
win7 .net framework3.5
.net framework 3.5 for win7
windows7 .net framework 4.0
delphi7下载
delphi7序列号
delphi7 注册机
delphi7从入门到精通
delphi7企业版
sqlserver2000 win7

京icp备14022385号-2

©2014 itnose软件编程教程 | 联系我们:email:twobrushes@126.com qq:35155868

Posted in 未分类

发表评论