Show page source of ディレクトリ構成(PHP5) #47275

= ディレクトリ構成(PHP5)
PHP5向けクライアントライブラリは以下のディレクトリ構成になっています。
 * wordpress/
  * core/
   * xxx.class.php
   * require.php
   * require_api.php
  * xxx.class.php
  * require.php
  * require_api.php
 * test/

APIコールなどの実処理は、wordpress/core 配下の xxxAPI.class.php にて実装されています。[[BR]]
wordpress 配下の xxxAPI.class.php は coreのクラスを継承してあります。[[BR]]
処理のカスタマイズは、wordpress配下のファイルに行うとcoreをアップデートした場合でも[[BR]]
基本的には、カスタマイズした処理はそのまま残ります。

各APIの使い方は[[BR]]
test[[BR]]
内のサンプルソースをご覧下さい。[[BR]]
test/config.php.sample を test/config.php へリネームしてお使い下さい。