E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ZendFrame
magento缓存系列详解:如何缓存一个block
Zend_Cache的使用比较简单,它可以把数据保存到File,Memcache,SQLite等介质(称为后端,Backend)中.还有前端(Frontend),主要用来对要缓存的数据进行转换,如序列化.
ZendFrame
jonas
·
2020-09-11 03:23
magento点滴
magento
cache
如何在GitHub上贡献一个开源项目
PullRequest)第五步:等待维护人员审核总而言之原文地址:Thebeginner’sguidetocontributingtoaGitHubproject如何在GitHub上贡献一个开源项目(以
ZendFrame
quay_bupt
·
2020-08-26 15:11
github
xampp下跑
zendframe
框架apache报 pdo错
今天在本机上安装magento出错,apache直接挂拉,提示错误 故障模块名称: php_pdo_mysql.dll 因我的php环境为xamp2.2,好像有不少人碰到这个错误,不想深究 google了一把,应该不只是xamp会出现这个问题,使用iis也会重启并且弹出出错框的可能 别人给出的解决办法 以下为别人给出的解决办法--------------------------
·
2015-10-31 10:09
apache
php利用zendframework编程实例
本文章参考《php顶级框架
zendframe
开发实战》第四章内容,并完整实现...首先将用到的css文件下载下来:http://download.csdn.net/download/unityoxb/4058802
jlaij
·
2015-09-01 17:36
php编程
php之配置
ZendFrame
开发环境
本人开发环境是Ubuntu121、去官网下载
ZendFrame
开发包,目前最新的是:ZendFramework-1.12.15.tar.gz解压后,将bin目录下的zf.sh、zf.php文件拷贝到/usr
chinabhlt
·
2015-08-31 10:00
PHP
ZendFrame
学习网址
1>http://www.php100.com/manual/ZendFramework/
zendframe
中文手册2>http://kayosite.com/web-app-by-jquery-mobile-and-html5
xiaohongyangok
·
2014-03-24 10:23
中文
zendFrame
2 redis练手
1,好久都没有写点东西,是有必要写一些了。今天重新搭建了redis环境,发现之前都是用Predis调用,但是zf2提供有redis的直接调用。(redisserverneedtowork)直接上代码use Zend\Cache\Storage\Adapter\RedisOptions; use Zend\Cache\Storage\Adapter\Redis; public function
zzc3516
·
2014-02-11 22:00
redis
PHP
Zend
zf2
frame2
ZendFrame
中render, _forward , _redirect 的区别
区分render_forward,_redirectrender:只能跳转到当前控制器模块下的页面不指定render的时候,指定的是当前控制器下对应的函数名文件render('ok')表示当前模块中的ok.phtml这个文件_forward:可以跳转到其它控制器的页面(不能跳到其它网站)比如$this->_forward('err');这样就类似于...controller/err$this->_
lzz360
·
2013-10-14 15:00
PHP
zendframework
magento缓存系列详解:如何缓存一个block
Zend_Cache的使用比较简单,它可以把数据保存到File,Memcache,SQLite等介质(称为后端,Backend)中.还有前端(Frontend),主要用来对要缓存的数据进行转换,如序列化.
ZendFrame
shangxiaoxue
·
2012-07-03 08:00
cache
function
memcached
Zend
extension
Magento
webacula的安装
framework.zend.com/download/latest 下载 ZendFramework-1.11.12-minimal.tar.gz 2 linux-liangfuming:/home/
ZendFrame
liangfuming
·
2012-06-24 09:00
apache
webacula
Zend Framework 简介
利用PHP自身特性,
ZendFrame
kenkao
·
2012-06-04 10:00
zend
php
框架
mvc
Zend Framework 简介
利用PHP自身特性,
ZendFrame
kenkao
·
2012-06-04 10:00
zend
php
框架
mvc
访问
zendframe
work找不到模板文件
使用smarty作为显示层,包含system,manager两个模块,访问http://zf.micat.com/manager/group/show时报Warning:Smartyerror:unabletoreadresource:"error/error.html"inE:/workspace/zf_manager/library/Smarty/Smarty.class.phponline1
cschmin
·
2011-06-16 18:00
IE浏览器中获取不到
ZendFrame
Work响应的Cookie头信息
使用ZendFrameWork框架,服务端响应信息中的Set-Cookie头信息,在IE中竟然获取不到,但是在火狐下却能获取到。找了半天原因没找出来,最后改了下域名,竟然就可以了,IE中这么诡异的问题。。。。
cschmin
·
2011-06-15 12:00
ZendFrame
Work模块、控制器设置方法(版本1.11.5)
记录下来以备以后查看项目目录布局如下:/ |-application |-configs |-modules |-csch |-controllers |-models |-views |-default |-controllers |-models |-views |-t |-controllers |-models |-vi
cschmin
·
2011-05-27 11:00
magento计划
1zendframework的学习,在magento中,
zendframe
都是可以使用的,库类造已经加载好在了解magento的机制的同时,了解zendframework的机制,更好的使用这个结构!!
terry_water
·
2011-03-04 16:00
工作
UP
Magento
ZendFrame
Work QuickStart 06
CongratulationsYouhavenowbuiltaverysimpleapplicationusingsomeofthemostcommonlyusedZendFrameworkcomponents.ZendFrameworkmakesmanycomponentsavailabletoyouwhichaddressmostcommonrequirementsinwebapplicati
gg123456kk
·
2009-08-07 10:40
框架
职场
zf
休闲
ZendFrame
Work QuickStart 06
CongratulationsYouhavenowbuiltaverysimpleapplicationusingsomeofthemostcommonlyusedZendFrameworkcomponents.ZendFrameworkmakesmanycomponentsavailabletoyouwhichaddressmostcommonrequirementsinwebapplicati
gg123456kk
·
2009-08-07 10:40
框架
职场
zf
休闲
ZendFrame
Work QuickStart 05
CreateaFormForourguestbooktobeuseful,weneedaformforsubmittingnewentries.Ourfirstorderofbusinessistocreatetheactualformclass.First,createthedirectoryapplication/forms/.Thisdirectorywillcontainformclass
gg123456kk
·
2009-08-07 10:54
框架
职场
zf
休闲
ZendFrame
Work QuickStart 05
CreateaFormForourguestbooktobeuseful,weneedaformforsubmittingnewentries.Ourfirstorderofbusinessistocreatetheactualformclass.First,createthedirectoryapplication/forms/.Thisdirectorywillcontainformclass
gg123456kk
·
2009-08-07 10:54
框架
职场
zf
休闲
ZendFrame
Work QuickStart 04
CreateaModelandDatabaseTableBeforewegetstarted,let'sconsidersomething:wherewilltheseclasseslive,andhowwillwefindthem?Thedefaultprojectwecreatedinstantiatesanautoloader.Wecanattachotherautoloaderstoits
gg123456kk
·
2009-08-07 10:59
框架
职场
zf
休闲
ZendFrame
Work QuickStart 04
CreateaModelandDatabaseTableBeforewegetstarted,let'sconsidersomething:wherewilltheseclasseslive,andhowwillwefindthem?Thedefaultprojectwecreatedinstantiatesanautoloader.Wecanattachotherautoloaderstoits
gg123456kk
·
2009-08-07 10:59
框架
职场
zf
休闲
ZendFrame
Work QuickStart 03
CreateaLayoutYoumayhavenoticedthattheviewscriptsintheprevioussectionswereHTMLfragments-notcompletepages.Thisisbydesign;wewantouractionstoreturncontentonlyrelatedtotheactionitself,nottheapplicationasaw
gg123456kk
·
2009-08-07 10:44
框架
职场
zf
休闲
ZendFrame
Work QuickStart 03
CreateaLayoutYoumayhavenoticedthattheviewscriptsintheprevioussectionswereHTMLfragments-notcompletepages.Thisisbydesign;wewantouractionstoreturncontentonlyrelatedtotheactionitself,nottheapplicationasaw
gg123456kk
·
2009-08-07 10:44
框架
职场
zf
休闲
ZendFrame
Work QuickStart 02
CreateYourProjectInordertocreateyourproject,youmustfirstdownloadandextractZendFramework.DownloadandExtractZendFrameworkDownloadthelatestversionofZendFrameworkandextractthecontents;makeanoteofwhereyouh
gg123456kk
·
2009-08-07 10:44
框架
职场
zf
休闲
ZendFrame
Work QuickStart 02
CreateYourProjectInordertocreateyourproject,youmustfirstdownloadandextractZendFramework.DownloadandExtractZendFrameworkDownloadthelatestversionofZendFrameworkandextractthecontents;makeanoteofwhereyouh
gg123456kk
·
2009-08-07 10:44
框架
职场
zf
休闲
ZendFrame
Work QuickStart
ZF&MVCIntroductionZendFrameworkZendFrameworkisanopensource,objectorientedwebapplicationframeworkforPHP5.ZFisoftencalleda'componentlibrary',becauseithasmanylooselycoupledcomponentsthatyoucanusemoreorle
gg123456kk
·
2009-08-07 10:44
框架
职场
zf
休闲
ZendFrame
Work QuickStart
ZF&MVCIntroductionZendFrameworkZendFrameworkisanopensource,objectorientedwebapplicationframeworkforPHP5.ZFisoftencalleda'componentlibrary',becauseithasmanylooselycoupledcomponentsthatyoucanusemoreorle
gg123456kk
·
2009-08-07 10:44
框架
职场
zf
休闲
windows下
Zendframe
Work 框架的建立
1,配置虚拟主机:apache文档里详细说明了各种配置方法这里用的是第一种:同一个IP不同的主机 首先,加载:LoadModulerewrite_modulemodules/mod_rewrite.so之后,在apache配置文件中加入:NameVirtualHost127.0.0.1:808 ServerNamelocalhost DocumentRootD:/Ap
zlb_xidian
·
2009-07-20 21:00
windows
exception
timezone
include
Zend
extension
建立
Zendframe
work 框架
关于此目录的解释:--------------1.在apache的主配置文家httpd.conf定义了网站的根目录 /var/www2.配置的一个虚拟主机《文件参见:本博客apache虚拟主机一文》,网站配置文件在/var/www/phpweb20/中,包括ZF的配置文件settings.ini。 //settings.ini[development]database.type=pdo
zlb_xidian
·
2009-07-20 21:00
框架
PHP
application
action
include
Zend
初学ZF
我们邀请PHP安全专家—最新版
ZendFrame
的贡献者—ChrisShiflett帮我们写一篇文章介绍一下ZF的主要细节,他爽快地答应了!
phpsome
·
2009-03-26 23:00
xampp下跑
zendframe
框架apache报pdo错
今天在xampp下跑
zendframe
框架 链接数据库,遇到这样一个问题 当用php_pdo_mysql.dll扩展库链接数据库,发现IE页面突然出错自动关闭 点击调试 出现信息如下 szAppVer
ythzjk
·
2009-02-08 16:00
apache
框架
mysql
PHP
windows
国外主流PHP框架比较
主要参考的框架包括:CodeIgniter、CakePHP、
ZendFrame
ythzjk
·
2009-02-06 10:00
mvc
框架
PHP
Zend
cakephp
set_include_path在win和linux下的区别
Zendframe
中的includepath设置2007-06-2911:55ZF的例子中的include_path感觉不行,会破坏已有的设置,所以我感觉,要这样设置更好://I
·
2008-01-10 20:41
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他