NAME
Mojolicious::Plugin::Marky::DbTableSet - Mojolicious::Plugin::Marky::DbTableSet - querying one database table
VERSION
version 0.035
SYNOPSIS
use Mojolicious::Plugin::Marky::DbTableSet;;
DESCRIPTION
Bookmarking and Tutorial Library application. Querying one database table, returning result.
NAME
Mojolicious::Plugin::Marky::DbTableSet - querying one database table
VERSION
version 0.035
REGISTER
Helper Functions
These are functions which are NOT exported by this plugin.
_init
Initialize.
_do_query
Do a query, looking at the params and session.
_total_records
Return the total number of records in this db
_make_db_related_list
Make a taglist/tagcloud list for this db
_make_table_list
Make a list of all the dbtables.
_taglist
Make a taglist for a db
_tagcloud
Make a tagcloud for a db
_set_options
Set options in the session
_settings
Show the current settings
_add_bookmark_form
Create a bookmark form; if the values have been passed in via GET, then use them to pre-fill the form.
_add_bookmark_bookmarklet
Create a Javascript bookmarklet
_save_new_bookmark
Save the bookmark info which we got in the (post) parameters
AUTHOR
Kathryn Andersen <perlkat@katspace.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kathryn Andersen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.