Open Source Content Management System

mgd_get_article

  1. Description

mgd_get_article -- Get an article

Description

`object **mgd_get_article** (int id)`

Minimum version: Midgard 1.0

Retrieves information about an article record.

Returns an object describing the article with id id if successful. Returns FALSE on failure.

\n";  
  echo "reason: " . mgd_errstr();  
} else {   
  echo $article->title . "  
\n";  
}  
?>
Designed by Nemein, hosted by Anykey