You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Eric MERY <em...@agreval.com> on 2004/07/08 11:21:50 UTC

How to program new PHP Xindice functions

Hello,
I'm using the Xindice PHP class of Jill Rhoads.
But some functions are note programmed like indexer functions...
How can I program them? Which document can help me? Which document tells
me the name of the xml methods with the parameters?
Thanks.
Eric.
http://eric.mery.free.fr/xindice_1_1_PHP.htm




RE : How to program new PHP Xindice functions

Posted by Eric MERY <em...@agreval.com>.
It seems that it is what I was looking for.
Thanks.



-----Message d'origine-----
De : Vadim Gritsenko [mailto:vadim@reverycodes.com] 
Envoyé : jeudi 8 juillet 2004 14:58
À : xindice-users@xml.apache.org
Objet : Re: How to program new PHP Xindice functions

Eric MERY wrote:

>I'm using the Xindice PHP class of Jill Rhoads.
>But some functions are note programmed like indexer functions...
>How can I program them? Which document can help me? Which document
tells
>me the name of the xml methods with the parameters?
>  
>

Not sure about the document, but all XML-RPC methods are implemented
here:
  
http://cvs.apache.org/viewcvs.cgi/xml-xindice/java/src/org/apache/xindic
e/server/rpc/messages/

You can always take a look at the source code and see what methods and 
parameters are supported.

Vadim




Re: How to program new PHP Xindice functions

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Eric MERY wrote:

>I'm using the Xindice PHP class of Jill Rhoads.
>But some functions are note programmed like indexer functions...
>How can I program them? Which document can help me? Which document tells
>me the name of the xml methods with the parameters?
>  
>

Not sure about the document, but all XML-RPC methods are implemented here:
  
http://cvs.apache.org/viewcvs.cgi/xml-xindice/java/src/org/apache/xindice/server/rpc/messages/

You can always take a look at the source code and see what methods and 
parameters are supported.

Vadim