- Posts: 1
- Thank you received: 0
foreach ($articles as $article) {
$outItem = [];
$outItem[] = $article->id;
$outItem[] = $article->catid;
$outItem[] = $childrenFull[$article->catid]->path;
$outItem[] = str_replace(["\n", "\r"], '', $article->title);
$outItem[] = str_replace(["\n", "\r"], '', $article->language);
$outItem[] = str_replace(["\n", "\r"], '', $article->introtext);
$outItem[] = str_replace(["\n", "\r"], '', $article->fulltext);
$images = json_decode($article->images, JSON_OBJECT_AS_ARRAY);
$outItem[] = $images['image_intro'];
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Contact:
email: This email address is being protected from spambots. You need JavaScript enabled to view it.