Next:
Yawns::Weblog
Previous:
Yawns::User
 [Table of Contents]

Yawns::Users



NAME

Yawns::Users - A module for working with site users.

SYNOPSIS

    #!/usr/bin/perl -w

    use Yawns::Users;
    use strict;

    my $search = Yawns::Users->new();

    my $results = $search->search( email => 'foo@bar.com' );

DESCRIPTION

This module contains code for dealing with the registered users of a Yawns powered site.

new

  Create a new instance of this object.

search

  Search for users registered upon the site, and return the results.

findUser

  Test to see whether the given user exists.

count

  Return the number of registered users.

exists

  Check whether the given username exists.

getRecent

  Return the most recent users to have joined.

invalidateCache

  Clean any cached content we might have.

[Top] Generated by HTML::FromPod 0.49 on Tue Jan 6 03:03:57 2009