WIP
This commit is contained in:
parent
5adec1fe32
commit
58643d2dad
@ -77,12 +77,16 @@ if (! $resql) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
while ($obj = $dbjoomla->fetch_object($resql)) {
|
while ($obj = $dbjoomla->fetch_object($resql)) {
|
||||||
|
$i = 0;
|
||||||
if ($obj) {
|
if ($obj) {
|
||||||
|
$i++;
|
||||||
$id = $obj->id;
|
$id = $obj->id;
|
||||||
$title = $obj->title;
|
$title = $obj->title;
|
||||||
$alias = $obj->alias;
|
$alias = $obj->alias;
|
||||||
$description = dol_string_nohtmltag($obj->introtext);
|
$description = dol_string_nohtmltag($obj->introtext);
|
||||||
$hmtltext = $obj->fulltext;
|
$hmtltext = $obj->fulltext;
|
||||||
|
|
||||||
|
print $i.' '.$id.' '.$title."\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user