[Xapian-discuss] More than one Index?

James Aylett james-xapian at tartarus.org
Mon Jan 30 14:11:44 GMT 2006


On Mon, Jan 30, 2006 at 01:34:13PM +0000, John Wards wrote:

> How do I get to allterms_begin() in PHP? 

$db = /* construct it here */;
$ati = $db->allterms_begin();
 
> I am a bit lost with the convertion from the API to PHP.

Annoyingly, there isn't a documentation file for the PHP bindings in
the way there is for python. Basically, you just convert object
references and method calls to the PHP convention - the names are the
same, almost always.

J

-- 
/--------------------------------------------------------------------------\
  James Aylett                                                  xapian.org
  james at tartarus.org                               uncertaintydivision.org



More information about the Xapian-discuss mailing list