How to deal with the DB connection of zendframework
Source: Internet
Author: User
What I want to achieve now is that when I log on to zendframework for the first time, I will connect to the database, and then I will not need to connect again when I read the database again. how does Zend_Registry use Zend_Registry. Help !!!! Thank you for using the class & nbsp; Db {public & nb zendframework DB connection
What I want to achieve now is to connect to the database when logging on to the database for the first time, and then read the database later without having to connect again. how does Zend_Registry use it.
Help !!!! Thank you.
------ Solution --------------------
Class Db
{
Public static function conn ()
{
$ ConnParams = array ("host" => "localhost ",
"Port" = & gt; "3306 ",
"Username" => "root ",
"Password" => "",
"Dbname" => "");
$ Db = new Zend_Db_Adapter_Pdo_Mysql ($ connParams );
Return $ db;
}
}
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service