使用 PHP 通过 XML-RPC 管理(添加/编辑/更新)Trac - 示例代码/教程?
我知道 Trac 存在 xml-rpc 插件 (http://trac-hacks.org/wiki/XmlRpcPlugin ),但我想知道是否有人知道使用 xml-rpc PHP 客户端更新 Trac 信息的示例/教程。
谢谢
I know there exists xml-rpc plugin for Trac (http://trac-hacks.org/wiki/XmlRpcPlugin), but I was wondering if anybody knows any example/tutorial for using xml-rpc PHP client to update Trac infos.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上次我使用 XmlRpc 时,我使用了 Zend_XmlRpc_Client。以下是从 Python 翻译为 PHP 的示例之一(使用
Zend_XmlRpc_Client
):trac 在
localhost
上运行:这可以让您入门吗?
The last time I used XmlRpc, I used Zend_XmlRpc_Client. Here is one of the examples translated from Python to PHP (using
Zend_XmlRpc_Client
):The trac runs on
localhost
:Does that get you started?