34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
How to log and debug variables using CWebLogRoute
Comparing
#3
with
#4
Revision #4 was created by
Antonio Ramirez
on Dec 12, 2010, 11:12:52 AM.
Updating misstyping errors
« Previous (#3)
Content
[...]
```php
//
// In your index.php or your globals.php file
function fb($what){
echo Yii::trace(CVarDumper::dumpAsString($
this
what
),'vardump');
}
//
// using the above examples now we could
$test = 'This is a test';
[...]