Ignore:
Timestamp:
2008/04/07 13:02:53 (16 years ago)
Author:
adachi
Message:

サイバーソース決済モジュール暫定コミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/data/downloads/module/mdl_cybs/mdl_cybs.php

    r17187 r17224  
    1313        $this->tpl_mainpage = MODULE_PATH . 'mdl_cybs/mdl_cybs.tpl'; 
    1414        $this->tpl_subtitle = '¥µ¥¤¥Ð¡¼¥½¡¼¥¹·èºÑ¥â¥¸¥å¡¼¥ë'; 
    15         $this->extension_installed = lfIsInstalledCybsExt(); 
     15        $this->extension_installed = lfLoadModCybs(); 
    1616    } 
    1717} 
     
    4242    $objConfig =& Mdl_Cybs_Config::getInstanse(); 
    4343    $arrConfig = $objConfig->getConfig(); 
    44 sfPrintR($arrConfig); 
     44 
    4545    // DB¤ËÃͤ¬ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ì¤Ð¤½¤ÎÃͤòɽ¼¨¤µ¤»¤ë 
    4646    if (!empty($arrConfig)) { 
     
    8383} 
    8484 
    85 /** 
    86  * mod_cybs¤¬¥¤¥ó¥¹¥È¡¼¥ëºÑ¤ß¤«¥Á¥§¥Ã¥¯¤¹¤ë. 
    87  * 
    88  * @return boolean 
    89  */ 
    90 function lfIsInstalledCybsExt() { 
    91     if (!extension_loaded(MDL_CYBS_EXT)) { 
    92         if (@!dl(MDL_CYBS_EXT)) { 
    93             return false; 
    94         } 
    95     } 
    96     return true; 
    97 } 
    9885?> 
Note: See TracChangeset for help on using the changeset viewer.