[Xapian-discuss] Writing a MatchDecider and exposing it to PHP

Paul Dixon pdixon at astreetpress.com
Tue Mar 20 12:02:44 GMT 2012


Just to follow up on earlier message - I was able to get somewhere
with this as my interface file


%{
#include "/usr/include/xapian/enquire.h"
#include "mydecider.h"
%}

#include "/usr/include/xapian/enquire.h"
%include "mydecider.h"

This created a 'proxy' PHP class, but isn't there some way to make my
class a 'real' PHP class?



More information about the Xapian-discuss mailing list