echo CHtml::image('http://google.com/images/srpr/logo3w.png', '', array(
'data-original' => 'original',
'another-attribute' => 'bla-bla-bla',
));
Result:
<img src="http://google.com/images/srpr/logo3w.png" another-attribute data-original alt/>
I'm using last version of chrome, and the previous version of Yii (i will edit version later)
Someone else has posted the very same problem: Stackoverflow

Help












