Simple extension for Yii, which implements great jQuery lightbox called Swipebox into Yii. Implementation is inspired by jqPrettyPhoto.
In protected/config/main.php
'import' => array(
...
'ext.XSwipebox.XSwipebox',
...
),
In your view file:
XSwipebox::add('.gallery a');