示例#1
0
文件: georss.php 项目: nemein/openpsa
 /**
  * Initializes the class. The real startup is done by the initialize() call.
  */
 public function __construct()
 {
     parent::__construct();
     midcom::get('componentloader')->load_library('net.nemein.rss');
 }
示例#2
0
文件: qaiku.php 项目: nemein/openpsa
 /**
  * Initializes the class. The real startup is done by the initialize() call.
  */
 public function __construct()
 {
     parent::__construct();
 }