mgd_get_article_by_name

(Midgard 1.4.2 'Bifrost')

mgd_get_article_by_name -- Get an article by its name

Description

mgd_get_article_by_name (int id, string name)

Minimum version: Midgard 1.4 (Bifrost)

Retrieves information about an article record by its name and the id of the topic it is in.

Returns and object describing the article with name name under topic id if successful. Returns FALSE on failure.


<?php
 $article = mgd_get_article_by_name(3,"example");
?>