OSDN Git Service

- XMLRPCゲートウェイサポート追加(experimental)
authorfujimoto <fujimoto@2ef88817-412d-0410-a32c-8029a115e976>
Fri, 24 Mar 2006 07:15:04 +0000 (07:15 +0000)
committerfujimoto <fujimoto@2ef88817-412d-0410-a32c-8029a115e976>
Fri, 24 Mar 2006 07:15:04 +0000 (07:15 +0000)
commit38f7febaef50545bc024d69b58683bb9765e1cb3
tree8e0c2e7a6b5d5d27eb574cb1cf53924500055cc3
parent7de2dc353ccc2409581886f2fa168b7c50a26747
- XMLRPCゲートウェイサポート追加(experimental)
-- ethna add-action-xmlrpc [action]でXMLRPCメソッドを追加可能
-- 引数1つとフォーム定義1つが定義順に対応します
-- ToDo
--- 出力バッファチェック
--- method not foundなどエラー処理対応
CHANGES
class/Ethna_ActionForm.php
class/Ethna_Controller.php
class/Ethna_SkeltonGenerator.php
class/Handle/Ethna_Handle_AddActionXmlrpc.php [new file with mode: 0644]
class/Handle/Ethna_Handle_Manager.php
skel/app.controller.php
skel/skel.action_xmlrpc.php [new file with mode: 0644]
skel/www.xmlrpc.php [new file with mode: 0644]