* $this->widget('zii.widgets.CBreadcrumbs', array( * 'links'=>array( * 'Sample post'=>array('post/view', 'id'=>12), * 'Edit', * ), * )); *
* $this->widget('zii.widgets.CBreadcrumbs', array( * 'links'=>$this->breadcrumbs, * )); *
* array( * 'Sample post'=>array('post/view', 'id'=>12), * 'Edit', * ) *