天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

zend framework配置操作數(shù)據(jù)庫實(shí)例分析

zendframework項(xiàng)目環(huán)境搭建后,看了下zend framework配置操作數(shù)據(jù)庫,php教程如下:
在application/configs的文件下建立一個config.ini文件
配置信息如下
[general]
db.adapter=PDO_MYSQL
db.config.host=localhost/IParess
db.config.username=username
db.config.password=password
db.config.dbname=databasename
2、
在pulibc 目錄的index.php頁面中
/** Zend_Application */
require_once 'Zend/Application.php';
的下面插入
//set the datase config
require_once 'Zend/Config/Ini.php';
require_once 'Zend/Registry.php';
require_once 'Zend/Db.php';
require_once 'Zend/Db/Table.php';
$config=new Zend_Config_Ini('./../application/configs/config.ini',null, true);
Zend_Registry::set('config',$config);
$dbAdapter=Zend_Db::factory($config->general->db->adapter,$config->general->db->config->toArray());
$dbAdapter->query('SET NAMES UTF8');
Zend_Db_Table::setDefaultAdapter($dbAdapter);
Zend_Registry::set('dbAdapter',$dbAdapter);
就此,我就用我的本地wordpress數(shù)據(jù)庫來測試下,就用wp_posts表來測試吧:
首先模型models建立Wp_posts.php
復(fù)制代碼 代碼如下:
<?php
class Wp_posts extends Zend_Db_Table{
protected $_name = 'Wp_posts';
protected $_primary = 'ID';
}
?>

控制器controller下面建立IndexController.php
復(fù)制代碼 代碼如下:
<?php
require_once APPLICATION_PATH.'/models/Wp_posts.php';
class IndexController extends Zend_Controller_Action
{
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
$con = new Wp_posts();
$res = $con->fetchAll()->toArray();
$this->view->res = $res;
$this->render("index");
}
}

在views/scripts/index/ 建立視圖:index.phtml
復(fù)制代碼 代碼如下:
<html>
<head>
<title>this is for test</title>
</head>
<body>
<table>
<?php foreach ($this->res as $news){?>
<tr>
<td><?php echo $news['id']?></td>
<td><?php echo $news['post_title']?></td>
<td><?php echo $news['post_date']?> </td>
</tr>
<?php }?>
</table>
</body>
</html>

ok啦,瀏覽器顯示:
zend framework配置操作數(shù)據(jù)庫

php技術(shù)zend framework配置操作數(shù)據(jù)庫實(shí)例分析,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 刺激一区仑乱 | 特级黑人三人共一女 | 成人精品综合免费视频 | 99视频偷窥在线精品国自产拍 | 伊人狠狠丁香婷婷综合尤物 | 办公室里呻吟的丰满老师电影 | 黑吊大战白女出浆 | 22eee在线播放成人免费视频 | 国产欧美日韩视频怡春院 | 午夜不卡久久精品无码免费 | 久久草这在线观看免费 | 青青草原91 | 日日天干夜夜狠狠爱 | 色爱AV综合区 | 久久噜国产精品拍拍拍拍 | 国色精品VA在线观看免费视频 | 欧美性黑吊xxx | 国产小视频免费在线观看 | 国产午夜三区视频在线 | 污污又黄又爽免费的网站 | 久久电影院久久国产 | 久久99精品涩AV毛片观看 | 李丽莎与土豪50分钟在线观看 | 91精品在线国产 | 葵司中文第一次大战黑人 | 国产午夜在线观看视频播放 | 好吊日视频在线 | 456亚洲人成在线播放网站 | 麻豆国产MV视频 | 黄色三级三级三级免费看 | 97在线精品视频 | 天天躁日日躁狠狠躁AV麻豆 | 国产亚洲人成在线视频 | 中文字幕在线视频观看 | 久啪久久全部视频在线 | 娇妻被朋友玩得呻吟在线电影 | 偷窥美女3 | YELLOW视频直播在线观看 | 国产精品点击进入在线影院高清 | 男人边吃奶边摸边做刺激情话 | 国产精品美女久久久久AV超清 |