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

zend framework配置操作數據庫實例分析

zendframework項目環境搭建后,看了下zend framework配置操作數據庫,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數據庫來測試下,就用wp_posts表來測試吧:
首先模型models建立Wp_posts.php
復制代碼 代碼如下:
<?php
class Wp_posts extends Zend_Db_Table{
protected $_name = 'Wp_posts';
protected $_primary = 'ID';
}
?>

控制器controller下面建立IndexController.php
復制代碼 代碼如下:
<?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
復制代碼 代碼如下:
<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配置操作數據庫

php技術zend framework配置操作數據庫實例分析,轉載需保留來源!

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

主站蜘蛛池模板: 亚洲国产女人aaa毛片在线 | 国产日韩欧美有码在线视频 | 无码99久热只有精品视频在线 | 麻豆一区二区三区蜜桃免费 | 99视频国产在线 | 中国字字幕在线播放2019 | 我解开了岳的乳第一个女人 | 果冻传媒APP免费网站在线观看 | 国产在线观看91精品 | 成年人视频免费在线观看 | 午夜无码片在线观看影院 | se01短视频在线观看 | 国产亚洲精品AV片在线观看播放 | 成人无码在线超碰视频 | 亚洲一级毛片免费在线观看 | 亚洲国产欧美国产综合在线 | 最美女人体内射精一区二区 | 色欲国产麻豆精品AV免费 | 尹人久久大香找蕉综合影院 | 欧美人与动牲交ZOOZ特 | 成人免费视频在 | 丰满少妇被猛烈进出69影院 | 国产传媒18精品免费1区 | 欧美成人一区二免费视频 | 免费观看男生桶美女私人部位 | 精品视频在线播放 | 久99久热只有精品国产99 | 大胸美女被吊起来解开胸罩 | 久久热在线视频精品 | 成人伦理影院 | 国产精品97久久AV色婷婷 | 国产电影一区二区三区 | 伦理片飘花免费影院 | 国产午夜AV无码无片久久96 | 亚洲AV久久无码精品国产网站 | 99午夜高清在线视频在观看 | 久久亚洲精品成人综合 | 久久婷婷五月综合色情 | 暖暖视频免费观看视频 | 成人天堂资源WWW在线 | 俄罗斯aaaa一级毛片 |