Re: [fw-general] Pingback / Trackback with ZF

2007-08-05 Thread Ralf Eggert
Hi Ralph, http://pastebin.com/f64e59367 (linked forever) thanks, that looks great to get into it. And if you are interested in helping me with the larger project this came out of (ZFPublish module), let me know ;) Unfortunately, I don't have too much freetime these days to get into

[fw-general] Pingback / Trackback with ZF

2007-08-04 Thread Ralf Eggert
Hi, 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? Thanks and Best Regards, Ralf

Re: [fw-general] Pingback / Trackback with ZF

2007-08-04 Thread Matthew Weier O'Phinney
-- 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

Re: [fw-general] Pingback / Trackback with ZF

2007-08-04 Thread Ralf Eggert
Hi Matthew, 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. Thanks for

Re: [fw-general] Pingback / Trackback with ZF

2007-08-04 Thread Ralph Schindler
Ralf Eggert wrote: Hi, 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? Thanks and Best Regards, Ralf I can offer code.. ;) http://pastebin.com/f64e59367 (linked