thinkphp6問題以及解決方法持續更新

2021-10-05 19:18:57 字數 438 閱讀 5575

1:find查詢

thinkpph6使用find()查詢當無條件的時候,會返回null,解決辦法

2: 資料庫查詢出來的資料轉陣列->toarray()報錯解決

"name": "think\\exception\\errorexception",

"file": "e:\\program files\\wamp\\www\\shouyaodev\\vendor\\topthink\\think-orm\\src\\model\\concern\\timestamp.php",

這個是資料庫字段返回包含create_time且是時間戳,解決辦法,要麼這個欄位mysql查詢返回轉日期,要麼重新命名

ThinkPHP(6) 模板技術

判斷比較標籤 區間標籤 三元運算子 php 在如下圖所示目錄中建立html 然後在index控制器的index方法中,呼叫模板 那麼當你訪問 index index時就會顯示index.html。如果你不想要模板和方法同名,你可以在display方法中跟上模板名稱即可。如下圖 兩種方式賦值 clas...

thinkphp6陣列分頁

一 因為有複雜的資料統計,需要組陣列,這時候使用tp6的分頁會有問題,於是改為陣列分頁的方式,將以前tp3的分頁拿過來改了一下,話不多說上 引入tp3分頁源 為了和tp6的區別不會太明顯,修改了源 放入tp6 vendor topthink framework src think 下 修改詳情 1 ...

thinkphp6開發步驟記錄

1 安裝php study 有php需要的環境 2 配置環境變數 path下新增 d phpstudy pro extensions php php7.3.4nts 3 在www資料夾下 composer create project topthink think tp 6.0.dev 5 使用檢視...