學習php代碼審計,很多人停留在初級階段,大家都知道很多CMS采用MVC架構,
為了深入學習下框架,一邊看着thinkphp5.0官方文檔,一邊寫個簡單的登陸注冊頁面以加深理解。
官網提供了好幾個文檔,發現這個最簡單易懂:https://www.kancloud.cn/thinkphp/thinkphp5_quickstart/147278
前端用bootstrap簡單拼湊了下。
我使用的是wamp集成環境,http.conf中設置下public目錄為公共目錄:
<VirtualHost *:80> DocumentRoot "C:\wamp\www\public" ServerName localhost </VirtualHost>
后台為 /admin
web目錄下載地址:https://files.cnblogs.com/files/b1gstar/www20200128.rar
mysql數據庫下載地址:https://files.cnblogs.com/files/b1gstar/thinkphp_sql.rar