??? ??? ??? ???? ?? ?? ? ?? ??? ???? ????? ??? ???? ???? ?? ??? ?? ??? ?? ??? ?????.
? ????? ThinkPHP ?????? ???? ?? ? ??? ???? ??? ?????. PHP ?????? ThinkPHP ?????? ??? ??? ? ??? ??? ? ????.
?? ?? ??? ???? ???? ????? ??? ?? ??? ?????.
- id: ?? ??
- customer_name: ?? ??
- order_date: ?? ??
- amount: ?? ??
at ThinkPHP ???????? ORM(Object Relational Mapping)? ???? ??????? ???? SQL ??? ???? ? ????. ??? ?? ??? ????.
namespace?app\model; use?think\Model; class?Order?extends?Model { ????protected?$table?=?'order';?//?數(shù)據(jù)表名 ???? ????public?function?scopeThisMonth($query) ????{ ????????return?$query->whereBetweenTime('order_date',?'month'); ????} }
? ?? ????? ?? ? ??? ?? ???? ???? ThisMonth?? ??? ?????. ?? ? ?? ??? ?? ??? ???? ?? ThinkPHP? ??? whereBetweenTime ???? ??????.
?? ?????? ??? ??? ? ????.
namespace?app\controller; use?think\Controller; use?app\model\Order; class?OrderController?extends?Controller { ????public?function?thisMonth() ????{ ????????$orders?=?Order::thisMonth()->select(); ????????return?json($orders); ????} }
? ??????? Order ??? ThisMonth ??? ???? ?? ??? JSON ???? ?????. ?? ??? ??? ???? ?? ?? ThinkPHP? ??? ?? ?? ??? ??? ? ????.
????? ???? ???? ???? ?? ??? API ??? ???? ???.
use?think\facade\Route; Route::get('/order/this-month',?'OrderController@thisMonth');
??? ??? ?? ?? ??? ??? ?? ? ?? ???? ???? ??? ??? ? ????. ??? ?????? ???? ??? API ????? ?????.
??? ??? 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)