ThinkPHP? ?? ??? ?? ??? ??? ???? ?? ????????. ? ? ?????? ?? ??? ??????? ???? ?????? ??? ???? ? ???? ?? ??? ?? ?????.
ThinkPHP ??????? ?????? ?? ??? ????? /config/database.php? ?????. ? ???? ?? ?????? ?? ??, ?????? ??, ?????? ??? ??, ?????? ???? ?? ?? ?????? ??? ??? ?? ??? ???? ????. ??? ?? ??? ?? ?????? ?? ???? ?? ?????.
??? ??? Database.php ?? ????.
<?php return [ // 默認(rèn)使用的數(shù)據(jù)庫(kù)連接配置 'default' =>?env('database.driver',?'mysql'), ????//?數(shù)據(jù)庫(kù)連接配置信息 ????'connections'?=>?[ ????????'mysql'?=>?[ ????????????//?數(shù)據(jù)庫(kù)類型 ????????????'type'????????=>?'mysql', ????????????//?服務(wù)器地址 ????????????'hostname'????=>?'localhost', ????????????//?數(shù)據(jù)庫(kù)名 ????????????'database'????=>?'thinkphp', ????????????//?數(shù)據(jù)庫(kù)用戶名 ????????????'username'????=>?'root', ????????????//?數(shù)據(jù)庫(kù)密碼 ????????????'password'????=>?'', ????????????//?數(shù)據(jù)庫(kù)連接端口 ????????????'hostport'????=>?'', ????????????//?數(shù)據(jù)庫(kù)連接參數(shù) ????????????'params'??????=>?[], ????????????//?數(shù)據(jù)庫(kù)編碼默認(rèn)采用utf8 ????????????'charset'?????=>?'utf8', ????????????//?數(shù)據(jù)庫(kù)表前綴 ????????????'prefix'??????=>?'think_', ????????????//?數(shù)據(jù)庫(kù)調(diào)試模式 ????????????'debug'???????=>?true, ????????????//?數(shù)據(jù)庫(kù)部署方式:0?集中式(單一服務(wù)器),1?分布式(主從服務(wù)器) ????????????'deploy'??????=>?0, ????????????//?數(shù)據(jù)庫(kù)讀寫是否分離?主從式有效 ????????????'rw_separate'?=>?false, ????????????//?讀寫分離后?主服務(wù)器數(shù)量 ????????????'master_num'??=>?1, ????????????//?指定從服務(wù)器序號(hào) ????????????'slave_no'????=>?'', ????????????//?是否嚴(yán)格檢查字段是否存在 ????????????'fields_strict'?=>?false, ????????????//?數(shù)據(jù)集返回類型?array?數(shù)組?collection?Collection對(duì)象 ????????????'resultset_type'?=>?'collection', ????????????//?自動(dòng)寫入時(shí)間戳字段 ????????????'auto_timestamp'?=>?false, ????????????//?時(shí)間字段取出后的默認(rèn)時(shí)間格式 ????????????'datetime_format'?=>?'Y-m-d?H:i:s', ????????????//?是否需要進(jìn)行SQL性能分析 ????????????'sql_explain'?=>?false, ????????], ????], ];
? ??? 'connections' ??? ?? ?? ????, ?? ?? ?? ?? ?????? ??? ??? ? ??? ? ??? ?? ?? ??? ??? ? ????. . ??? ??, ???? ? ?? ??. ???? ?? ??? 'mysql'??, 'default'? ???? ?? ??? ??? ?? ????.
??????? ???? ? ?? ??????? ???? DB ???? ???? ??? ? ????. ?? ?? ?????? ?? ??? ??? ?? ??? ??? ????.
<?php namespace app\index\controller; use think\Db; class UserController { public function index() { // 獲取所有用戶信息 $users = Db::name('user')->select(); ????????//?返回用戶列表視圖 ????????return?view('user/list',?['users'?=>?$users]); ????} }
? ???? Db ???? ??? ??? ???? 'name' ???, ??? ??? ?? 'select' ???.
???? ?????? ?? ??? ThinkPHP ?????? ??? ? ?? ??? ?? ?????. ??? ???? ?????? ???? ?? ??? ?? ???? ?? ? ????.
? ??? thinkphp ?????? ?? ??? ??? ????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)