Open Source Content Management System

mgd_get_person_by_name

  1. Description

mgd_get_person_by_name -- Get a person by username

Description

object mgd_get_person_by_name (string username)

Minimum version: Midgard 1.4

Gets information about the person record with username username.

Returns an object describing the record if successful. Returns FALSE on failure.

firstname . " " $person->lastname . "has  GUID:"
        . $person->guid();
    ?>
Designed by Nemein, hosted by Anykey