Example #1
0
 function init()
 {
     parent::init();
     $this->active = array('content', 'content.site.index');
     $this->widget = Field::widgets();
     $first[0] = __('please select');
     $this->widget = $first + $this->widget;
 }