Revision #4 has been created by Antonio Ramirez on Dec 12, 2010, 11:12:52 AM with the memo:
Updating misstyping errors
« previous (#3)
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';[...]