The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Labyrinth::Plugin::Links - Links plugin handler for Labyrinth

DESCRIPTION

Contains all the link handling functionality for the Labyrinth framework.

PUBLIC INTERFACE METHODS

Default Methods

List

Provides a list of all the current links.

ADMIN INTERFACE METHODS

Admin

Provides a list of all the current links, with additional administrator functions.

Add

Add a link.

Edit

Edit an existing link.

Save

Validates the given fields and saves to the database.

Delete

Delete a link

Checks whether a link begins with an accepted protocol (http, https, ftp), and if missing adds 'http://'.

Category Admin

CatAdmin

Provides a list of the link categories.

CatEdit

Edit a link category.

CatSave

Validates the fields returned from the edit page, and either saves or inserts the record into the database.

CatDelete

Delete a link category.

CatSelect

Returns a HTML drop-down list of link categories.

SEE ALSO

  Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

  Copyright (C) 2002-2014 Barbie for Miss Barbell Productions
  All Rights Reserved.

  This module is free software; you can redistribute it and/or
  modify it under the Artistic License 2.0.