PikaChoose is a JQuery based image slider/gallery plugin
Yii 1.1.x
1 - Extract in extensions folder 2 - Call as
$data=array( '<img src="">', '<a href=""><img src=""></a>', ); $this->widget('ext.pikachoose.pikachoose', array( 'data'=>$data, 'options'=>array( 'carousel'=>false, //other options ) ));
Be the first person to leave a comment
Please login to leave your comment.