上一页 1 ··· 5 6 7 8 9

2009年2月5日

摘要: 3. Zend_Db_Select using query to fetch rowset. // Create the Zend_Db_Select object $select = $db->select(); //if inside the table class $db is $this->_db; $this->_db is setted in the Initializer.php ... 阅读全文
posted @ 2009-02-05 15:07 mustardpeanut 阅读(388) 评论(0) 推荐(0)
 
摘要: 1. Before use database we must configurate database information first. We can use config.ini file containing the DB info. And use function Zend_Config_Ini() to get the file content. config.ini file: ... 阅读全文
posted @ 2009-02-05 11:56 mustardpeanut 阅读(500) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9