public function __construct($params = array()) { parent::__construct($params); $this->data['fullTitle'] = 'Posiedzenie <strong>#' . $this->getData('numer') . '</strong> ' . $this->getData('gminy.rada_nazwa_dopelniacz'); $this->data['pageTitle'] = 'Posiedzenie #' . $this->getData('numer') . ' Rady Miasta'; $this->data['dateStr'] = $this->dataSlownie($this->getDate()); }
public function __construct($params = array()) { parent::__construct($params); if ($this->data['poslowie_str']) { $this->data['poslowie_str'] = preg_replace('/href\\=\\"\\/(.*?)\\/([0-9]+)\\"/i', 'href="/dane/$1/$2"', $this->data['poslowie_str']); } }
public function __construct($params = array()) { parent::__construct($params); /* if( $this->getData('druk_id') ) { $this->hl_fields[] = 'druk_id'; } */ }
public function __construct($params = array()) { parent::__construct($params); // debug( $this->data ); }