运行安装文件(ZendServer-CE-php-5.3.2-5.0.1-Windows_x86.exe)开始安装,选项请参照我的选择。 这里不做改动,维持默认选择即可 点击Browse按钮更改安装目录,比如这里设置的是D盘 更改Web Server Port为85 以避免跟IIS冲突,如果你没有I ...
分类:
Web程序 时间:
2016-07-18 13:25:01
阅读次数:
287
Optimizer+ 是 Zend 开发的闭源但可以免费使用的 PHP 优化加速组件,是第一个也是最快的 opcode 缓存工具。现在,Zend 科技公司将 Optimizer+ 在 PHP License 下开源成为 Zend Opcache。 GitHub地址:https://github.co ...
分类:
Web程序 时间:
2016-07-17 13:17:45
阅读次数:
190
http://www.xdowns.com/soft/38/39/2015/Soft_140926.htmlZendStudio12.5.1通用破解补丁(带注册码),欢迎下载使用。使用说明:安装官方ZendStudio12.5.1原版,关闭zendstudio,然后将破解补丁com.zend.verifier_12.5.1.v20150514-2003.jar覆盖到安装目录\plugins目录下,然后启..
分类:
其他好文 时间:
2016-07-17 02:49:05
阅读次数:
217
前言
PHP起源于1995年,由Rasmus Lerdorf开发。到现在,PHP已经经历了几十年的时间洗涤,成为全球最受欢迎的脚本语言之一。由于PHP5是一种面向对象的、完全跨平台的新型Web开发语言,所以无论从开发者角度考虑还是从经济角度考虑,都是非常实用的。PHP语言结构简单、易于入门,很多功能只需一个函数即可实现。很多机构都相继推出了用于开发PHP的IDE工具、Zend搜索引擎等新型技...
分类:
Web程序 时间:
2016-07-16 11:51:41
阅读次数:
206
不说废话,直接开始。 第一步: 安装并配置xdebug zend_extension="xxxxx" // xdebug地址 xdebug.remote_enable = On xdebug.remote_connect_back = 1 xdebug.remote_host= client_ip_ ...
分类:
Web程序 时间:
2016-07-08 01:26:47
阅读次数:
229
Zend Optimizer是由PHP核心引擎“Zend” http://www.zend.com 创建者Zend技术公司所开的免费PHP优化软件。据Zend公司透露使用这个软件某些情况下至少可以提高性能30%以上!现在我们来看看如何配置这套软件。 Zend Optimizer的安装很简单 1、运行 ...
分类:
其他好文 时间:
2016-07-06 00:09:37
阅读次数:
124
Migration from Zend Framework v2 to v3 Zend Framework v2 to v3 has been intended as an incremental upgrade. We have even made efforts in the past year ...
分类:
其他好文 时间:
2016-07-05 12:21:56
阅读次数:
153
Setting up a database adapter zend-db provides a general purpose database abstraction layer. At its heart is the Adapter, which abstracts common datab ...
分类:
数据库 时间:
2016-07-05 12:14:00
阅读次数:
293
Using zend-navigation in your Album Module In this tutorial we will use the zend-navigation component to add a navigation menu to the black bar at the ...
分类:
其他好文 时间:
2016-07-05 12:13:03
阅读次数:
218
Getting Started with Zend Framework MVC Applications This tutorial is intended to give an introduction to using Zend Framework 2 by creating a simple ...
分类:
移动开发 时间:
2016-07-05 12:10:17
阅读次数:
197