pp wrote:

  
$article->print(int which points to New South); 
Hi pp

Are you saying that once you have fetched a number or articles, you can further filter them by various fields like print?

I tried fetching some articles and then filtering them like so:
<?
$article = mgd_list_topic_articles_all($root_topic->id);
echo "article number = " . $article->N;
$article->fetch();
$art = $article->print(24);
echo "article number = " . $art->N;
?>

but it didn't seem to work.  If Midgard can do this filtering without having to loop through them in PHP, it will be a major revelation to me.

Thanks
James


Piotras

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


  

Reply via email to