Quick snippets to get you up to speed with the Yii PHP framework. By Neil McGuigan.
<?php var_dump(Yii::app()); phpinfo(); ?>
Uncomment the code below in config.php to show debug info on pages: array( 'class'=>'CWebLogRoute', ),
Uncomment the code below in config.php to show debug info on pages:
ReplyDeletearray(
'class'=>'CWebLogRoute',
),