Next:
Yawns::Adverts
Previous:
Singleton::Session
 [Table of Contents]

Yawns::About



NAME

Yawns::About - A module for working with the static "about" pages.

SYNOPSIS

    #!/usr/bin/perl -w

    use Yawns::About;
    use strict;

    my $about = Yawns::About->new();

    my @all   = $about->get();

    foreach my $page ( @all )
    {
       my $text = $about->get( name => $page );
    }

DESCRIPTION

This module deals with the static "about" pages we contain.

new

  Create a new instance of this object.

get

  Find and return the given static page text.

set

  Set the text for a given about page.

delete

  Delete the given about page.

_get_page_names

  Return an array of all the about pages we contain.

invalidateCache

  Clean any cached content we might have.

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

Copyright (c) 2005,2006 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.


[Top] Generated by HTML::FromPod 0.49 on Fri Nov 21 03:03:57 2008