<?php
/**
* PorteSearch.php
*
* Copyright (c) 2008, SARL Adaltas. All rights reserved.
* Code licensed under the BSD License:
* http://porte.adaltas.com/en/developer/license.html
*
* @package Porte
*/
/**
* PorteSearch
*
* This plugin is a todo and is empty for now.
*
* Planning to add search functionnalities
* - http://code.google.com/p/forage/
* - http://lucene.apache.org/solr/
* - http://framework.zend.com/manual/en/zend.search.lucene.html
* - http://xapian.org/
* - http://www.sphinxsearch.com/
*/
class PorteSearch{
}
?>