Please make sure you have the PDO extension loaded correctly before looking at these. The method is to edit php.ini Then you need to point extension_dir OK, lets go.. index.php is the homepage of the website and the only entrance The PHP code is as follows: //...omitted $params = array (host => 127.0.0.1, $db = Zend_Db::factory(pdoMysql, $params); The PHP code is as follows: class App_Article { function listAll() { Zend::dump($rows); function listByCategory() { //...Omit ?> ArticleController.php function __construct() { public function listAllAction() { function __call($action, $arguments) Get the following output: [0] => array(15) { ["categoryid"] => ; string(1) "0"
and manually add the following two lines (without the semicolon;):
extension=php_pdo.dll
extension=php_pdo_mysql.dll
to the directory where php_pdo.dll and php_pdo_mysql.dll are located, such as
extension_dir = "C:php5ext"
username => root,
password => 123456,
dbname => happycms);
Zend::register(db, $db);
?>
lib/App/Article.php
private $db;
function App_Article() {
$this->db = Zend::registry(db);
}
$result = $this->db->query(SELECT * FROM article);
$rows = $result->fetchAll();
}
}
}
The PHP code is as follows:
class articleController extends Zend_Controller_Action {
private $view;
private $article;
$this->view = Zend::registry(view);
$this->article = new App_Article();
}
$this->article->listAll();
$this->view->title=View Articles;
echo $this-> ;view->render(TPL_DIR./tplView.php);
}
{ $this->_redirect(./);
print_r($action); > }
}
?>
Visit http://happycms/article/listall
["articletitle"] => string(4) "test"
["articlefromwhere"] => string(3) "sdf"
["articlekeywords "] => string(5) "sdfds"
["articledescription"] => string(4) "test"
["articlebody"] => string(9) "sffsdfsdf"
["authorname"] => string(8) "haohappy"
["authoremail"] => string(11) "s...@df.com"
["issticky"] = > string(1) "0"
["isrecommanded"] => string(1) "0"
["includeattachment"] => string(1) "0"
[" addtime"] => string(19) "0000-00-00 00:00:00"
["lastedittime"] => string(19) "0000-00-00 00:00:00"
["checktime"] => string(19) "0000-00-00 00:00:00"
}