get_sel_header_template(); print $this->get_js_script(); if(!$this->user_input) { $this->user_input = '*'; } print $this->get_display_list(); print $this->get_sel_footer_template(); } protected function get_values_list() { global $pmb_keyword_sep; $values_list = array(); $query = "select index_l from notices where index_l is not null and index_l!=''"; $result = pmb_mysql_query($query); if (pmb_mysql_num_rows($result)){ $start = trim(str_replace('%', '', $start)); $start_length = strlen($start); while ($row = pmb_mysql_fetch_object($result)) { $liste = explode($pmb_keyword_sep,$row->index_l); for ($i=0;$iget_values_list(); foreach($values_list as $index=>$value ) { // if ($index{0}!=$lettre){ // $lettre=$index{0}; // $display_list.="
".$lettre."
"; // } $display_list .= $this->get_display_element($index, $value); } return $display_list; } protected function get_display_element($index='', $value='') { global $charset; global $caller; global $callback; $display = "
"; return $display; } } ?>