一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

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

zendframework項(xiàng)目環(huán)境搭建后,看了下zend framework配置操作數(shù)據(jù)庫,php教程如下:
在application/configs的文件下建立一個(gè)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)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 午夜第一页 | 久久成人精品视频 | 免费在线观看黄视频 | 免费大片黄在线观看yw | 青青草97国产精品免费观看 | 亚洲专区一区 | 99热福利 | 精品日本久久久久久久久久 | 91麻豆视频 | 亚洲成人综合在线 | 国产网站在线 | 国产精品欧美激情第一页 | 视频在线观看一区 | 国产小视频福利 | 91精品视频免费观看 | 久久亚洲精品中文字幕亚瑟 | wwwxxxx欧美| 亚洲精品午夜aaa级久久久久 | 狠狠干成人 | 国产91视频免费 | 免费一区二区三区四区五区 | 国产一区二区三区在线免费 | 青草视频网站 | 国产精品400部自产在线观看 | 六月婷婷开开放处 | 一区二区中文字幕 | 三级日韩 | www.亚洲精品.com | 波多野结衣精品一区二区三区 | 91视频官网| 四虎在线视频免费观看 | 玖玖爱视频在线 | 在线观看欧美视频 | 97人人模人人爽人人喊6 | 高清视频黄色录像免费 | 黄色网免费观看 | 五月天三级 | 欧美日本视频在线观看 | 韩国美女一区二区 | 六月婷婷七月丁香 | www日本视频 |