???? ???????
ThinkPHP? ?? ?? PHP ?? ??????, PHP ?? ???? ?? ???? ? ?? ??? ??? ??? ??? ?????. ??? ??? ?? ThinkPHP? ??? ? ?? ???? ??? ?? ??? ???? ???. thinkphp ??? ???? ??? ??? ??????
?? thinkphp ??? ??? ????. ? ?? ?? ??? ??? ??? ??? ?? ??? ? ????. ???? thinkphp? ??? ????.
?? MVC ??? ??? ?????
ThinkPHP? ??? ???? ?? ?? ?? ???? ? ?? ThinkPHP? MVC ??? ??? ????? ????. MVC? ??? ??? ??? ? ? ???? ?? ??????? ??, ?? ? ??? ???? ? ???? ????? ???? ?????. ThinkPHP? MVC ??? ??? ? ?? ?? ??? ?????.
- Model: ??? ??, ??, ?? ? ?? ??? ?????.
- View(View): ??? ? ??? ?????? ???? ? ???? ?? ?? ?? ??? ??????. ? ??? ?? ??
- ????(Controller): ?? ???? ?? ?? ? ?? ?? ??? ?????.
MVC ??? ??? ???? thinkphp? ?? ??? ? ? ???? ??????? ? ?? ??? ? ????.
??, thinkphp ????? ??????
ThinkPHP? ????? ?? ??????? ???? ???? ??? ?? ?? ?? ???? ??? ?????. ??????? ??? ??? ???? ?? ?? ???? ??? ? ????. ?? ??, ????? ???? ?? ?????? ??? ???? ??? ? ????:
<?php namespace appindexcontroller; class Index { public function index() { return 'Hello,ThinkPHP5!'; } }
????? ??? ??? ???? ?????? ????? http://localhost/index.php/Index/index? ?????.
??, thinkphp ?? ????
ThinkPHP?? ??? ??????? ?? ???? ??? ??, ??, ?? ? ?? ??? ???? ? ?????. ??? ???? ?? ? ?? ??? ???? ???.
- ?????? ????? ?? ????? ?????.
- ??? ??? ???? ?? ?? ????? User.php ??? ?????.
<?php namespace appmodel; use thinkModel; class User extends Model { protected $table = 'user'; public function getUserByPhone($phone) { return $this->where('phone', $phone)->find(); } }
? ????? ??? ??? User? ???? ??? ???? ??? ??? ???? getUserByPhone ???? ?????. ? ?????? $this->where() ???? ???? ?????? ?? ??? ?????.
??, thinkphp? ?? ?? ?????
ThinkPHP?? ?? ???? ??? ?????? ???? ? ?????. ??????? ?? ?? HTML ??? ???? ????? ??? ? ????. ?:
<?php namespace appindexcontroller; class Index { public function index() { $data = [ 'name' => 'ThinkPHP', 'url' => 'https://www.thinkphp.cn/', ]; return view('index', $data); } }
? ????? view() ???? ?? index?? ?? ???? ?? ???? $data? ?????.
??? ? ???? PHP ?? ? ??? ?????. ?? ?? $name ? $url ??? ?? ??? ?? ?? ??? ? ????.
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><?php echo $name ?></title> </head> <body> <h1><?php echo $name ?></h1> <a href="<?php echo $url ?>"><?php echo $url ?></a> </body> </html>
???, thinkphp ??? ????
ThinkPHP?? ????? ??? ??? URL ??? ???? ??? ? ??? ????. ????? ??? ???? ? ??? ????.
- ?? ???: ?? URL ??? ??? ???? ??? ? ???? ??
- ?? ???: ??? ??? ?? ????? ???? ???? ??? ? ???? ???? ?????.
ThinkPHP?? ??? application/route.php ??? ?????. ?? ??, ?? ??? ??? ??? ??? ? ????:
<?php use thinkacadeRoute; //靜態(tài)路由 Route::get('hello/:name', 'index/hello'); //動態(tài)路由 Route::get(':controller/:action', 'index/:controller/:action');
? ????? ?? ??? ?? ??? ??????. ?? ???? :name ????? ????? $request->param('name')? ?? ?? ? ?? ?? ???????. ?? ???? :controller ? :action ????? ?? ???? ? ???? ??? ?????.
??
?? ??? ?? ??? thinkphp? ??? ?? ?? ???? ??? ?????. ?? thinkphp? ??? ??? ????. ???? ??? ??? ??? ?? ??? ? ????. 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)