Version 2 (modified by nanasess, 15 years ago) (diff) |
---|
このページはまだ書きかけです
EC-CUBE 2.0 のディレクトリ構成
--+-- data --+-- class -+- db -+- SC_DB_DBFactory.php | | | +- dbfactory -+- mysql -+- SC_DBFactory_MYSQL.php | | | | +- pgsql -+- SC_DBFactory_PGSQL.php | | | | | | | +- SC_DB_MasterData.php | | | | | +- batch -+- SC_Batch.php | | | +- SC_Batch_Update.php | | | +- SC_Batch_Daily.php | | | | | +- helper -+- SC_Helper_DB.php | | | +- SC_Helper_CSV.php | | | +- SC_Helper_PageLayout.php | | | +- SC_Helper_Mail.ph | | | +- SC_Helper_Mobile.php | | | +- SC_Helper_Session.php | | | | | +- page -+- LC_Page.php | | | | | | | +- (LC_Page を継承したクラスを配置【カスタマイズ不可】) | | | | | +- util -+- SC_Utils.php | | | +- GC_Utils.php | | | | | +- graph -+- SC_GraphBar.php | | | +- SC_GraphBase.php | | | +- SC_GraphLine.php | | | +- SC_GraphPie.php | | | | | +- GC_MobileEmoji.php | | +- GC_MobileImage.php | | +- GC_MobileKaraMail.php | | +- GC_MobileUserAgent.php | | +- GC_SendMail.php | | +- GC_Thumb.php | | +- SC_CampaignSession.php | | +- SC_CartSession.php | | +- SC_CheckError.php | | +- SC_Cookie.php | | +- SC_Customer.php | | +- SC_CustomerList.php | | +- SC_Date.php | | +- SC_DbConn.php | | +- SC_FormParam.php | | +- SC_Image.php | | +- SC_Page.php | | +- SC_PageNavi.php | | +- SC_Pdf.php | | +- SC_Query.php | | +- SC_SelectSql.php | | +- SC_Session.php | | +- SC_SiteInfo.php | | +- SC_SiteSession.php | | +- SC_UploadFile.php | | +- SC_View.php | | +- SC_Initial.php | | +- SC_Initial_Mobile.php | | | +-- class_extends -+- (class 以下を継承したクラスを配置【カスタマイズ可】) | | | +-- cache (定数のキャッシュファイル等) | | | +-- downloads | | | +-- fonts | | | +-- logs | | | +-- module | | | +-- pdf | | | +-- script | | | +-- Smarty | | | +-- smarty_extends | +-- html -+- (Webアクセスするファイルを配置【カスタマイズ不可】)