Example #1
0
 function init()
 {
     parent::init();
     $this->_data = array_merge($this->_data, array('topicId' => 0, 'topicIdNot' => 0, 'isDates' => true, 'uriController' => 'news', 'uriItem' => 'item'));
 }
Example #2
0
 function init()
 {
     parent::init();
 }
Example #3
0
 function init()
 {
     parent::init();
     $this->imgs['folder'] = 'sections';
 }