A widget to list and filter the log records from the mongoDB generated with the extension mongodblogroute

Extract the files of this extension under protected/extensions
Create a controller action and add the lines like below.
function actionShowLog() { //capture the widget output $output = $this->widget('ext.mongodblogviewer.EMongoDbLogViewer',array(),true); //render the widget into the controllers layout $this->renderText($output); }
Widget config options - see code.
Be the first person to leave a comment
Please login to leave your comment.