コード例 #1
0
 public function __construct(&$xpdo)
 {
     parent::__construct($xpdo);
     $this->xpdo->loadClass('transport.xPDOTransport', XPDO_CORE_PATH, true, true);
 }
コード例 #2
0
ファイル: gregorian.class.php プロジェクト: Kleist/Gregorian
 function __construct(&$xpdo)
 {
     parent::__construct($xpdo);
 }