ThinkPHP? MVC ????, ?????? ???, ??? ??, ?? ?? ?? ?? ?? ?? ?? ??? ???? ?? ?? PHP ????????. ?? ThinkPHP5 ????? ???? ?? ??? ?? ???? ???? ?? ???? ?? ? ????.
????? ThinkPHP5?? ???? ???? ??? ??? ???????.
1. ????? ??? ??
????? HTTP ??? ???? ????? ??? ??? ??????? ?????. ThinkPHP5? ????? ?? app ????? ????. ????? ?? ??? UserController.php? ?? Camel Case???. ??????? ??? ??? ???? ?? ???? ??? ? ????. ??? ??? indexAction()? ?? ?? ???? ?????.
?????? ???? ????? URL? ?? ????? ???. URL? ??? ??? ?? ?? ??? ???? ??? ???(?: http://example.com/UserController). ????? ???? ?????? URL ?? ??? ??? ???? ???(?: http://example.com/UserController/index).
???? ?????? ?? ?? ??? ???? HTTP ??? ????? ??, ??????? ?????, ?? ??? ?? ??? ? ????. ?? ??, ?? ??? HTTP ???? ????? ?? ??? ?????.
public?function?index() { ????$name?=?$this->request->param('name'); ????$age?=?$this->request->param('age'); ????echo?"姓名:".$name."<br>年齡:".$age; }
2. ??? ??? ??
??? ???????? ??? ??? ???? ?????. ThinkPHP5? ??? app ???? ??? ?? ????? ????. ??? ?? ??? UserModel.php? ?? ?? ??? ?????.
????? ???? ???? ?? ?? ??? ??? ? ????. ??? ??? getUserInfo()? ?? ?? ???? ?????.
???? ???? ????? ?????? ??? ?????? ?? ???? ??? ?? ???? ???? ???. ?? ??, ?? ??? ?????? ??? ???? ???? ??? ?????.
public?function?index() { ????$userModel?=?new?\app\model\UserModel(); ????$userInfo?=?$userModel->getUserInfo(1); ????echo?"姓名:".$userInfo['name']."<br>年齡:".$userInfo['age']; }
3. ?? ??? ??
?? ???????? ??? ??? ???? ?????. ThinkPHP5? ?? app ???? ??? view ????? ????. ?? ?? ??? ???? .tpl? ?? ??????(?: userList.tpl).
???? ?? ??? ??? ?? ??? ???? ???? ??? ? ????. ?? ??, ?? ??? ?? ?? echo? ???? ?? ???? ???? ??? ?????.
<!DOCTYPE html> <html> <head> ????<meta charset="UTF-8"> ????<title>用戶列表</title> </head> <body> ????<table> ????????<tr> ????????????<th>編號</th> ????????????<th>姓名</th> ????????????<th>年齡</th> ????????</tr> ????????<?php foreach($userList as $user) { ?> ????????<tr> ????????????<td><?php echo $user['id']; ?></td> ????????????<td><?php echo $user['name']; ?></td> ????????????<td><?php echo $user['age']; ?></td> ????????</tr> ????????<?php } ?> ????</table> </body> </html>
?? ThinkPHP5?? ???? ???? ??? ?? ??? ?????. ??? ??? ?????? ??? ?? ???? ??????? ???? ?? ???? ?? ? ????.
? ??? ThinkPHP5?? ???? ???? ??? ?? ??? ??? ?? ?????. ??? ??? 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)