예제 #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();
 }