contributions/models.searchindex.sphinx/model/classes/searchindex.model.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Searchindex default implementation 00004 * 00005 * Overload by copying it to app/model/classes and change it 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup SearchIndexSphinx 00009 */ 00010 class DAOSearchindex extends DataObjectSearchIndexSphinxBase { 00011 00012 }