mit der cApiArticleCollection-Klasse komme ich irgendwie nicht klar, obwohl die Methoden count() und nextArticle( ) in der Beschreibung vorhanden sind, bekomme ich z.B. keine Inhalte über $article->getField('idart') und $article->getContent('CMS_TEXT', 1) raus. Warum?
Die neue Klasse habe ich so zugewiesen:
Code: Alles auswählen
$options = array ('idcat' => $selcat);
$list = new cApiArticleCollection($options);
http://api.contenido.org/con494/class-c ... ector.html
Vielen Dank vorab!
VG Leonhard