public function __construct($aOptions = array(), $mParent = null)
 {
     parent::__construct($aOptions, $mParent);
     if (!CModule::IncludeModule('iblock')) {
         throw new Exception('IBlock Module must be installed!');
     }
 }
 public function __construct()
 {
     parent::__construct();
     throw new Exception('Not implemented Yet. Sorry ^_^');
 }
 public function __construct()
 {
     parent::__construct();
     throw new Exception('Not implemented Yet. Sorry ^_^');
     //if( !CModule::IncludeModule( 'blog' ) ) throw new Exception('Blog Module must be installed!');
 }