Render help

Hi dears,

I want to display some items on the side bar of the page.

How to do that?

I am currently doing it using

render(‘view’,array(‘item’));

I want such that there will be no need of array(‘item’) and I can access it on the ‘view’.

Is it possible?

yes, check this out http://www.yiiframework.com/wiki/127/dynamic-sidebar-using-cclipwidget/