ThinkPhp?? ??? ?? ??? ???? ???? ??
ThinkPhp?? ??? ?? ?? ?? ? ??? ?? ????? ??? ???? ?? ??? ?? ????? ??? ? ??? ?????. ??? ???? ??? ????.
1. ?? ??? :
?? ??? ?? ??? ???? ??? ???????. ?? ??? MyModule
??? ??????. ?? ????? application
???? ??? ????? ????? (?? ??, ?? ???? ??? ?? ?? ??). ??? ??? ??????.
<code>application/ ├── MyModule/ │ ├── Controller/ │ │ └── IndexController.php │ ├── Model/ │ │ └── MyModel.php │ ├── View/ │ │ └── index.html │ └── config.php //Optional configuration file for the module</code>
-
Controller/
: ? ????? ????? ?????.IndexController.php
? ???? ??????. -
Model/
: ? ?????? ??? ??? ???? ????.MyModel.php
??????? ?? ???? ??? ?????. -
View/
: ? ?????? ? ???? ????.index.html
?? ?????. -
config.php
: (?? ??)? ??? ???? ?? ? ??? ?? ? ? ????.
2. ???? ?? :
IndexController.php
??? ???? ??? ?????. ?? ??:
<code class="php"><?php namespace app\MyModule\controller; use think\Controller; class IndexController extends Controller { public function index() { return $this->fetch(); // Renders index.html } public function anotherAction() { //Your action logic here } }</code>
3. ?? ?? (?? ??) :
MyModel.php
??? ??? ??? ?????.
<code class="php"><?php namespace app\MyModule\model; use think\Model; class MyModel extends Model { // Your model methods here... }</code></code>
4. ?? ??? :
??? ?????? ?? ??? URL? ???? ?????. ?? ??, MyModule
?? index
??? ?????? : /MyModule/Index/index
? ????? (?? ??? ?? ???? ???? ??? ??). ??? ??? ???? ??? ? ????.
Custom ThinkPHP ?? ??? ??? ?????? ?? ??? ??????
??? ????? ???? ?? ?? ?? ? ???? ?????. ?? ??? ??? ????.
- PSR ??? ?? : ??? ? ?? ???? ?? PSR ?? ?? (?? ?? ??? ?? PSR-4)? ??????.
- ??? ?? : ????? ????? ?? ? ??? ??? ??????. ???? ??? ??? ???? ??????.
- ??? ?? : ??? ???? ??? ?? ??? ??? ???? ???? ??? ???????.
- ???? ?? : ?? ??? ???? ??? ???? ??? ????? (??? ?????).
- ?? ???? : ?? ????? ????? ???? ?? ??? ???? ?? ??? ??????.
- ?? ? ?? : ??? ??? ??? ???? ?? ???? ??? ??? ??????.
- ?? ?? : GIT (?? ??? ?? ?? ???)? ???? ?? ??? ???? ????? ?????.
- ??? : ?? ??? ???? ??? ???? ?? ?? ? ?? ???? ??????.
??? ?? ???? ?? ThinkPhp ??? ??? ?? ? ? ?????
?? ThinkPhp ??? ?? ?? ??? ?? ?? ? ? ????.
- ??? ?? : ??? ?? ???? ?? ??? ???? ?? ???? ????? ??? ????? ??? ? ????.
- ?? : ??? ???? ??? ??? ??? ???? ?? ???? ?????.
- ?? : ThinkPhp? ?? ????? ???? ??? ???? ??? ?? ? ? ????. ?? ???? ??? ??? ??????.
- ??? ??? : ThinkPhp? ??? ???? ???? ?? ???? ?? ???? ??? ?? ??? ??????.
?? ?????? ??? ?? ThinkPHP ??? ?? ? ? ?????
?, ?? ?????? ???? ?? ?????. ?? ?? ??? ?????? ??? ???? ?? (? : application/MyModule/library/
) ?? ???? ????. ?? ?? Composer (??)? ???? ?????? ???? ??????. ?? ????? ??? ???? ???? ? ??? Composer? ? ?? ??? ?? ? ?? ??? ?????. ?????? ?? ??? ?? ?? ?? ????? composer.json
?? ??? ???? ???? ??? ??????. ?? ?????? ??? ? ??? ????? ??? ???????.
? ??? 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)

??? ??









