Exemplo n.º 1
0
 public function __construct($aObject, $oTemplate = false)
 {
     parent::__construct($aObject, $oTemplate);
     $iContentId = bx_process_input(bx_get('id'), BX_DATA_INT);
     $this->_aContentInfo = $this->_oModule->_oDb->getContentInfoById($iContentId);
     if ($this->_aContentInfo) {
         $this->addMarkers(array('content_id' => (int) $iContentId));
     }
 }
Exemplo n.º 2
0
 public function __construct($aObject, $oTemplate = false)
 {
     $this->MODULE = 'bx_posts';
     parent::__construct($aObject, $oTemplate);
 }