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

Search results for "module:Template::DBI"

Class::DBI::Template - Perl extension using Template Toolkit to render Class::DBI objects River stage zero No dependents

This module provides a tie between Class::DBI and the Template Toolkit. It allows you to specify templates which can be used to render the data available in the module in various ways....

JASONK/Class-DBI-Template-0.03 - 28 Dec 2004 19:58:02 UTC

Template::Provider::DBI - A class to allow retrieval of templates from a DB River stage zero No dependents

This class adds a provider to Template Toolkit to retrieve templates from a database of your choice. Using the LOAD_TEMPLATES option to Template, multiple providers can be created and used. The DBI provider searches for the given template name, and r...

JROBINSON/Template-Provider-DBI-0.04 - 10 Nov 2019 19:21:02 UTC

Template::Plugin::DBI - Template interface to the DBI module River stage one • 2 direct dependents • 2 total dependents

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD modules, allowing you to integrate SQL queries into your template documents. It also provides an interface via the Tie::DBI module (if installed on your system) so that you...

REHSACK/Template-DBI-2.65 - 27 Jul 2010 16:09:02 UTC

XML::Template::Source::DBI - A module for handling DBI sources. River stage zero No dependents

EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTC

Class::DBI::Template::Stash - Template::Stash subclass for Class::DBI::Template River stage zero No dependents

There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It provides a subclass of Template::Stash that overrides it's get() method. The new method knows how to find the Class::DBI object that we are ren...

JASONK/Class-DBI-Template-0.03 - 28 Dec 2004 19:58:02 UTC

HTML::Template::Associate::DBI - HTML::Template::Associate DBI plugin River stage zero No dependents

This class is not intended to be used directly but rather through a HTML::Template::Associate. It provides concrete class functionality, it will take specific DBI method results and reconstruct data structure to the one appropriate for use by the HTM...

ALEXP/HTML-Template-Associate-2.01 - 10 May 2012 01:38:48 UTC

DBD::Template - A template/sample class for DBI drivers. River stage zero No dependents

This is still alpha version. The DBD::Template module is a DBI driver. You can make DBD with simply define function described below;...

KWITKNR/DBD-Template-0.01 - 12 Nov 2002 22:55:05 UTC

SQL::Template - A new way to organize your database code River stage zero No dependents

Write SQL sentences in external files and use them from Perl. Imagine this situation: you know DBI and you like it, because you can make use of your SQL knowledge. But you are not happy having the SQL code into the Perl code. You can use other CPAN m...

NICEPERL/SQL-Template-0.2.4 - 14 Aug 2017 07:41:09 UTC

DBIx::XMLMessage - XML Message exchange between DBI data sources River stage zero No dependents

The package maintains simple XML templates that describe object structure. The package is capable of generating SQL statements based on these templates and executing them against DBI data sources. After executing the SQL, the package formats the data...

ANDREIN/DBIx-XMLMessage-0.05 - 08 Sep 2001 00:39:52 UTC

Template::Service - General purpose template processing service River stage three • 561 direct dependents • 959 total dependents

The "Template::Service" module implements an object class for providing a consistent template processing service. Standard header (PRE_PROCESS) and footer (POST_PROCESS) templates may be specified which are prepended and appended to all templates pro...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Context - Runtime context in which templates are processed River stage three • 561 direct dependents • 959 total dependents

The "Template::Context" module defines an object class for representing a runtime context in which templates are processed. It provides an interface to the fundamental operations of the Template Toolkit processing engine through which compiled templa...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Alloy::HTE - HTML::Template and HTML::Template::Expr roles. River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::HTE role provides syntax and interface support for the HTML::Template and HTML::Template::Expr modules. Provides for extra or extended features that may not be as commonly used. This module should not normally be used by itself. ...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

CAM::Template::Cache - Template files with database storage River stage zero No dependents

CAM::Template provides an interface for parameter replacement in a template file. This package provides the additional functionality of storing the completed template in a MySQL database for later quick retrieval. Use of the cached version of the tem...

CLOTHO/CAM-Template-Cache-0.91 - 23 Apr 2005 03:14:49 UTC

App::ZofCMS::Template - "core" part of ZofCMS - web-framework/templating system River stage one • 1 direct dependent • 1 total dependent

This module is used internally by App::ZofCMS and this documentation explains how ZofCMS templates work. This documentation assumes you have read App::ZofCMS::Config. If you wish to make changes to this module, please contact the author....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

Template::Plugin::LDAP - Handle LDAP queries in TT pages. River stage zero No dependents

This is a plugin for the Template Toolkit to do LDAP queries. It does not do updates. Mostly, it is similiar in design to the DBI plugin, except where I copied it wrong. :-) Basically, pass in a hostname and optionally a username/password to the cons...

GHENRY/Template-Plugin-LDAP-0.05 - 02 Nov 2009 15:55:27 UTC

Template::Plugin::Table - Plugin to present data in a table River stage three • 561 direct dependents • 959 total dependents

The "Table" plugin allows you to format a list of data items into a virtual table. When you create a "Table" plugin via the "USE" directive, simply pass a list reference as the first parameter and then specify a fixed number of rows or columns. [% US...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Plugin::Cache - cache output of templates River stage zero No dependents

The Cache plugin allows you to cache generated output from a template. You load the plugin with the standard syntax: [% USE cache = Cache %] This creates a plugin object with the name 'cache'. You may also specify parameters for the default Cache mod...

PETDANCE/Template-Plugin-Cache-0.14 - 10 Mar 2022 03:20:59 UTC

XML::Template::Document - Module to encapsulate a parsed or unparsed XML document. River stage zero No dependents

This module defines an object class that represents a parsed or unparsed XML document. Typically, in XML::Template::Process, one in a series of load objects will return a XML::Template::Document object. If the document is not parsed (i.e., no code ha...

EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTC

Template::Plugin::Class - allow calling of class methods on arbitrary classes River stage two • 4 direct dependents • 17 total dependents

Template::Plugin::Class allows you to call class methods on arbitrary classes. One use for this is in Class::DBI style applications, where you may do somthing like this: [% USE cd = Class('Music::CD') %] [% FOREACH disc = cd.retrieve_all %] [% disc.a...

RCLAMP/Template-Plugin-Class-0.14 - 05 May 2009 13:52:25 UTC

Template::Plugin::JavaSQL - Help generate Java from database schemas. River stage zero No dependents

In addition to methods that refer to parts of a SQL query, any columns resultant from the query or table will be added as java variables to the variables hash, with close-as-possible mapped types....

RKITOVER/Template-Plugin-Java-0.4 - 10 Oct 2000 06:27:24 UTC
31 results (0.036 seconds)