Recherche
No Class for Import: hardcore PHP
Debug Module Entrys
Array
(
[0] => stdClass Object
(
[type] => php
[content] =>
$limit=5000;
$fulltext=trim(@$_REQUEST['fulltext']);
?>
[error] => 1
)
)
No Class for Import: hardcore PHP
Debug Module Entrys
Array
(
[0] => stdClass Object
(
[type] => php
[content] =>
[error] => 1
)
)
No Class for Import: hardcore PHP
Debug Module Entrys
Array
(
[0] => stdClass Object
(
[type] => php
[content] =>
~b!~
2 Hauptueberschrift
6 Description
22 Name des Kurses
99 Keywords
97 Datum
96 Author
95 "Neu"
~e!~
$results=array();
if($fulltext) {
$query=array('ts_fulltext'=>array('search',$fulltext,'fulltext'));
$arr_did=$ww->db->conf_select_col_all('cms_ft',array('id'),$query);
if($arr_did and (count($arr_did)<=$limit)) {
$tmp=(array)$ww->db->conf_select_all('cms_dc',array('id','name','release'),array('id'=>array('in',$arr_did)));
$arr_dc=array();
foreach($tmp as $elem) {
$arr_dc[$elem['id']]=$elem;
}
$query = array('id'=>array('in',$arr_did));
$arr_m0=array();
$tmp=(array)$ww->db->conf_select_all('cms_m0',array('id','c2','c3',),$query);
foreach($tmp as $elem) {
$arr_m0[$elem['id']]=$elem;
}
$arr_st=array();
$tmp=(array)$ww->db->conf_select_all('cms_st',array('id','d1','d2','d3','d4','fn'),array('id'=>array('in',$arr_did)));
foreach($tmp as $elem) {
$arr_st[$elem['id']]=$elem;
}
foreach($arr_did as $did) {
if($dc=$arr_dc[$did]) {
if($dc['release']) {
if(@$m0=$arr_m0[$did]) {
if($m0['c3']) {
if($st=$arr_st[$did]) {
if($st['fn']) {
$results[$did]=array(
'did' => $did,
'fn' => $st['fn'],
'descr' => $m0['c3'],
'name' => $dc['name'],
'st' => array($st['d1'],$st['d2'],$st['d3'],$st['d4']),
);
}
}
}
}
}
}
}
}
krsort($results);
if($results) {
?>
-
foreach($results as $result) {
?>
- =htmlentities($result['name']);?>=$result['date']?' ('.$ww->session->translation->date(strtotime($result['date'])).')':'';?> =htmlentities($result['descr']);?> } ?>
Merci de préciser votre recherche. Aucun résultat pertinent n’a pu être trouvé.
} else { ?>Désolé, aucune page ne correspond aux termes de votre recherche.
} } } ?> [error] => 1 ) )

