-- Ralf Eggert <[EMAIL PROTECTED]> wrote (on Saturday, 04 August 2007, 11:13 AM +0200): > I wonder if anyone has implemented a pingback / trackback functionality > yet. What would be the best approach, which components should be used? > Any hints, tutorials or links?
I haven't, but I've had conversations with some who have. Pingback/trackback typically uses XML-RPC to make the calls, so you'd use either Zend_XmlRpc_Client or _Server, depending on whether you're making the calls or receiving them. I have used the XmlRpc server from within a controller several times, and it works nicely. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
