Shindig::load_authors PHP Method

load_authors() public static method

public static load_authors ( )
    public static function load_authors()
    {
        $authors = Sprig::factory('user')->load(NULL, FALSE);
        foreach ($authors as $i => $a) {
            shindig::$authors[$a->id] = $a->username;
        }
    }