Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To see all possible loading and object handling methods, take a look on Item or ItemCollection classes.

Code Block
languagephp
linenumberstrue
$idart = 1;
$article = new cApiArticle($idart);
$articleCol = new cApiArticleCollection();
$articleCol->loadItem($idart);

$idartLang = 1;
$artLang = new cApiArticleLanguage($idartLang);
$artLangCol = new cApiArticleLanguageCollection();
$artLangCol->loadItem($idartLang);