Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 264 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 264 Rev 270
Line 7... Line 7...
7
 * @category	Php5
7
 * @category	Php5
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @copyright	2010 Tela-Botanica
9
 * @copyright	2010 Tela-Botanica
10
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
10
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
12
 * @version		SVN: $Id: Recherche.php 264 2016-12-19 13:27:31Z mathias $
12
 * @version		SVN: $Id: Recherche.php 270 2016-12-19 14:53:09Z mathias $
13
 */
13
 */
14
class Recherche extends aControleur {
14
class Recherche extends aControleur {
Line 15... Line 15...
15
	
15
	
16
	//protected $chaine_recherche = null;
16
	//protected $chaine_recherche = null;
Line 110... Line 110...
110
			}
110
			}
111
		}
111
		}
Line 112... Line 112...
112
 
112
 
113
		// Gestion du fragmenteur
113
		// Gestion du fragmenteur
114
		$options = array(
114
		$options = array(
-
 
115
			'url' => $this->url,
115
			'url' => $this->url, 
116
			'url_var' => Config::get('parametre_url_page'),
116
			'donnees_total' => $donnees_total,
117
			'donnees_total' => $donnees_total,
117
			'donnees_par_page' => Config::get('resultat_par_page_defaut'),
118
			'donnees_par_page' => Config::get('resultat_par_page_defaut'),
118
			'donnees_par_page_choix' => Config::get('resultat_par_page_choix'),
119
			'donnees_par_page_choix' => Config::get('resultat_par_page_choix'),
119
		);
120
		);