| Next: Yawns::Weblog | Previous: Yawns::User | [Table of Contents] |
Yawns::Users - A module for working with site users.
#!/usr/bin/perl -w
use Yawns::Users;
use strict;
my $search = Yawns::Users->new();
my $results = $search->search( email => 'foo@bar.com' );
This module contains code for dealing with the registered users of a Yawns powered site.
Create a new instance of this object.
Search for users registered upon the site, and return the results.
Test to see whether the given user exists.
Return the number of registered users.
Check whether the given username exists.
Return the most recent users to have joined.
Clean any cached content we might have.