Therefore, one may call <code>Yii::app()->format->boolean(1)</code>
however I am unable to get it to work
$value = Yii::app()->format->boolean(1);
gives this error
Quote
Description
Wrong parameter count for method_exists()
Source File
/framework/utils/CFormatter.php(85)
Wrong parameter count for method_exists()
Source File
/framework/utils/CFormatter.php(85)
I wish I was smarter!
but I can't seem to figure this one out.
anyone got any suggestions?

Help















