0
我需要在瀏覽器中顯示日誌文件。 我想這樣做如何在瀏覽器中顯示日誌文件YII
if(isset($_Get['showlog'] && $_Get['showlog']==1){
$this_>redner('output', application.log);
}
是否有可能做到這一點在警予?我怎麼能這樣做?
非常感謝您的幫助:)
我需要在瀏覽器中顯示日誌文件。 我想這樣做如何在瀏覽器中顯示日誌文件YII
if(isset($_Get['showlog'] && $_Get['showlog']==1){
$this_>redner('output', application.log);
}
是否有可能做到這一點在警予?我怎麼能這樣做?
非常感謝您的幫助:)
if (isset(Yii::app()->request->getQuery('showlog')) {
$this->render('output', application.log);
}