1、先在入口檔 index.php中開啟debug 模式
defined('YII_DEBUG') or define('YII_DEBUG',true);
(相關教學建議:yii框架)
2、protected/config/main.php 的log 下面
'log' => array( 'class' => 'CLogRouter', 'routes' => array( array( 'enabled' => true, 'class' => 'CWebLogRoute', 'levels' => '', 'categories' => '', ),...
更多程式相關內容,請追蹤php中文網程式設計入門欄位!
以上是yii框架怎麼開啟網頁偵錯功能的詳細內容。更多資訊請關注PHP中文網其他相關文章!