search
Homephp教程php手册用一个函数解决ThinkPHP 连接 MySQL与 MongoDB

用一个函数解决ThinkPHP 连接 MySQL与 MongoDB,请注意M函数
1. config.php设置    //.配置MySQL数据库<br>     'DB_MYSQL' => array(<br>         'db_type'=>'mysqli',<br>         'db_user'=>'用户名',<br>         'db_pwd'=>'密码',<br>         'db_host'=>'127.0.0.1',<br>         'db_port'=>'3306',<br>         'db_name'=>'数据库名',<br>         'db_charset'=>'utf8',<br>     ),<br> <br>     //.配置MongoDB数据库<br>     'DB_MONGO' => array(<br>         'db_type'=>'mongo',<br>         'db_user'=>'用户名',<br>         'db_pwd'=>'密码',<br>         'db_host'=>'localhost',<br>         'db_port'=>'27017',<br>         'db_name'=>'数据库名',<br>     ),2. 写一个M函数,实现数据库的调用    //. 调用MONGO和MYSQL数据库<br>     protected function M( $table_name = '', $db_type = 'DB_MYSQL' ){<br>     <br>         $db_config = C($db_type);<br>         $db_prefix = C('DB_PREFIX');<br>         <br>         if( $table_name == '' ){ return false; }<br> <br>         if( $db_type == 'DB_MYSQL' ){<br>             return M( $table_name , $db_prefix , $db_config );<br>         }else if( $db_type == 'DB_MONGO' ){<br>             return M( '\Think\Model\MongoModel:' . $table_name , $db_prefix , $db_config );<br>         }else{<br>             return false;<br>         }<br> <br>     }//;3. 调用M函数的实例    //. 调用自定义的M函数<br> <br>     //. 连接MySQL数据库<br>     echo 'Mysql:';<br>     $list = $this->M('user','DB_MYSQL')->select();<br>     dump( $list );<br> <br>     //. 连接MongoDB数据库<br>     echo 'Mongo:';<br>     $list = $this->M('user','DB_MONGO')->select();<br>     dump( $list );希望对您有所帮助!!!

AD:真正免费,域名+虚机+企业邮箱=0元

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor