Difference between #3 and #4 of
How to log and debug variables using CWebLogRoute

Changes

Title unchanged

How to log and debug variables using CWebLogRoute

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

Logging

Content changed

[...]
```php
//
// In your index.php or your globals.php file
function fb($what){
echo Yii::trace(CVarDumper::dumpAsString($
thiswhat),'vardump');
}

//
// using the above examples now we could
$test = 'This is a test';
[...]
13 0
20 followers
Viewed: 78 326 times
Version: 1.1
Category: How-tos
Tags: Logging
Written by: Antonio Ramirez
Last updated by: Antonio Ramirez
Created on: Dec 11, 2010
Last updated: 13 years ago
Update Article

Revisions

View all history