书签 分享 收藏 举报 版权申诉 / 13

类型Zend Freamwork配置源码.docx

  • 文档编号:11353691
  • 上传时间:2023-05-31
  • 格式:DOCX
  • 页数:13
  • 大小:52.27KB

edit.phtml

phpinclude('header.phtml');?

>

phpecho$this->escape($this->title);?

>

phpinclude('_form.phtml');?

>

phpinclude('footer.phtml');?

>

delete.phtml

phpinclude('header.phtml');?

>

phpecho$this->escape($this->title);?

>

phpif($this->album):

?

>

phpecho$this->baseUrl?

>/index/delete"method="post">

Arreyousurethatyouwanttodelete

'

phpecho$this->escape($this->album->title);?

>'By'

phpecho$this->escape($this->album->artist);?

>'?

phpecho$this->escape($this->album->id);?

>"/>

phpelse:

?

>

Cannotfindalbum.

phpendif;?

>

phpinclude('footer.phtml');?

>

add.pthml

phpinclude('header.phtml');?

>

phpecho$this->escape($this->title);?

>

phpinclude('_form.phtml');?

>

phpinclude('footer.phtml');?

>

________________________________________________________form.phtml

phpecho$this->baseUrl;?

>/index/

phpecho$this->action;?

>"method="post">

Artist

phpecho$this->escape($this->album->artist);?

>"/>

Title

phpecho$this->escape($this->album->title);?

>"/>

phpecho$this->escape($this->album->id);?

>"/>

phpecho$this->escape($this->buttonText);?

>"/>

Album.php

php

classAlbumextendsZend_Db_Table

{

protected$_name='album';

}

?

>

MySQL

--phpMyAdminSQLDump

--version3.3.10

--

--

--主机:

localhost

--生成日期:

2011年09月29日03:

15

--服务器版本:

5.5.8

--PHP版本:

5.3.5

SETSQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--

--数据库:

`zend`

--

----------------------------------------------------------

--

--表的结构`album`

--

CREATETABLEIFNOTEXISTS`album`(

`id`int(10)unsignedNOTNULLAUTO_INCREMENT,

`artist`varchar(100)NOTNULL,

`title`varchar(100)NOTNULL,

PRIMARYKEY(`id`)

)ENGINE=InnoDBDEFAULTCHARSET=utf8AUTO_INCREMENT=6;

--

--转存表中的数据`album`

--

INSERTINTO`album`(`id`,`artist`,`title`)VALUES

(1,'kylin','你好13'),

(2,'yeleng','我想你'),

(5,'SZH','ILY');

配套讲稿:

如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

特殊限制:

部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

关 键  词:
Zend Freamwork 配置源码 配置 源码
提示  冰点文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
关于本文
本文标题:Zend Freamwork配置源码.docx
链接地址:https://www.bingdoc.com/p-11353691.html
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2


收起
展开