They're stored as your article's parameters.
click the parameter tab to reach them.
normally it should be something like:

group: article
name: 0
value: xxx

You can reach them via functions as
http://www.midgard-project.org/manual/en/method.object-listparameters.php
and http://www.midgard-project.org/manual/en/method.object-parameter.php

but also via the (undocumented) feature $article->article_0

(so: article->{group}_{name} )

pascal van hecke


"Edwin Barendse"  wrote in message

I have made some extra components (Details under topic) besides the usual
Abstract and Content. The later two you can reach the content by
$article->abstract or $article->content but how do I get the content of
these extra components. I can see the content in article edit and then in
the second menu edit again. But what is the php code to get it??





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to