thinkphp的簡單配置和使用

2021-06-13 08:09:22 字數 563 閱讀 5160

index.php

<?php

define('think_path','thinkphp/');

require(think_path."/thinkphp.php");

?>

indexaction.class.php

<?php

// 本類由系統自動生成,僅供測試用途

class indexaction extends action*/

$this->assign("list",$list);

$this->display();

}public function show()

}?>

newsbasemodel.class.php

<?php

class newsbasemodel extends model

?>

index.html

ThinkPHP靜態快取簡單配置和使用

根據thinkphp官方手冊 thinkphp內建了靜態快取類,通過靜態快取規則定義來實現了可配置的靜態快取。啟用靜態快取 thinkphp官方手冊寫道 要使用靜態快取功能,需要開啟html cache on 引數,並且在專案配置目錄下面增加靜態快取規則檔案 htmls.php,兩者缺一不可。否則靜...

ThinkPHP靜態快取簡單配置和使用

根據thinkphp官方手冊 thinkphp 內建了靜態快取類,通過靜態快取規則定義 來實現了可配置的靜態快取。啟用靜態快取 thinkphp官方手冊寫道 要使用靜態快取功能,需要開啟html cache on 引數,並且在專案配置目錄下面增加靜態快取規則檔案 htmls.php,兩者缺一不可。否...

antd pro框架使用者許可權的簡單配置和使用

這裡只介紹antd pro框架authorized的最簡單的使用 高階些的用法參考以下文章 ant design pro 鑑權 許可權管理 ant design pro 配置動態選單 許可權 對許可權的寫入 一般來說,我們對於許可權的寫入都是在登入成功之後進行呼叫 所以現在登入頁面匯入setauth...