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

Search results for "module:Rose"

Rose - A complete web application construction kit. River stage zero No dependents

Rose is a work in progress. It is a suite of modules used to build web applications in the mod_perl environment. Support for Apache 1 and 2 is planned. The Rose suite is broken up into several components. This module (Rose.pm) lists all the other Ros...

JSIRACUSA/Rose-0.10 - 25 Feb 2008 20:56:51 UTC

Rose::URI - A URI class that allows easy and efficient manipulation of URI components. River stage one • 2 direct dependents • 4 total dependents

Rose::URI is an alternative to URI. The important differences are as follows. Rose::URI provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to ...

JSIRACUSA/Rose-URI-1.00 - 17 Mar 2010 12:36:20 UTC

Rose::Conf - Configuration module base class. River stage zero No dependents

Traditionally, module configuration information is stored in package globals or lexicals, possibly with class methods as accessors. This system works, but it also means that looking up configuration information requires loading the entire module. "Ro...

JSIRACUSA/Rose-Conf-0.021 - 18 Nov 2004 16:52:47 UTC

Rose::Class - A very simple class base class. River stage two • 15 direct dependents • 52 total dependents

Rose::Class is a generic base class for classes. It provides a single class method ("error"), but may be expanded further in the future. A class that inherits from Rose::Class is not expected to allow objects of that class to be instantiated, since t...

JSIRACUSA/Rose-Object-0.860 - 04 Oct 2013 21:07:10 UTC

Bundle::Rose - Bundle all modules in the Rose web application construction suite. River stage zero No dependents

JSIRACUSA/Bundle-Rose-0.02 - 09 Mar 2005 20:37:53 UTC

Rose::Object - A simple object base class. River stage two • 15 direct dependents • 52 total dependents

Rose::Object is a generic object base class. It provides very little functionality, but a healthy dose of convention....

JSIRACUSA/Rose-Object-0.860 - 04 Oct 2013 21:07:10 UTC

Rose::Planter - Keep track of classes created with Rose::DB::Object::Loader. River stage zero No dependents

This is a thin layer above Rose::DB::Object::Loader for keeping track of and managing classes which are created based on a database schema. It will transparently either query the database using Rose::DB::Object::Loader or use an auto-generated class ...

BDUGGAN/Rose-Planter-0.37 - 03 Nov 2015 01:49:19 UTC

Rose::DateTime - DateTime helper functions and objects. River stage two • 5 direct dependents • 36 total dependents

The "Rose::DateTime::*" modules provide a few convenience functions and objects for use with "DateTime" dates. Rose::DateTime::Util contains a simple date parser and a slightly customized date formatter. Rose::DateTime::Parser encapsulates a date par...

JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTC

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::Pg - PostgreSQL driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::Pg when the driver is "pg". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. This cla...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::Oracle - Oracle driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::Oracle when the driver is "oracle". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. ...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::MySQL - MySQL driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::MySQL when the driver is "mysql". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. Th...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::Cache - A mod_perl-aware cache for Rose::DB objects. River stage two • 15 direct dependents • 27 total dependents

Rose::DB::Cache provides both an API and a default implementation of a caching system for Rose::DB objects. Each Rose::DB-derived class references a Rose::DB::Cache-derived object to which it delegates cache-related activities. See the new_or_cached ...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::HTML::Text - Object representation of HTML-escaped text. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Text is an object representation of and HTML-escaped text string. Stringification is overloaded to call the html method. This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridd...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Util - Utility functions for manipulating HTML. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Util provides aliases and wrappers for common HTML manipulation functions. When running in a mod_perl 1.x web server environment, Apache's C-based functions are used in some cases. This all may seem silly, but I like to be able to pull th...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form - HTML form base class. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form is more than just an object representation of the <form> HTML tag. It is meant to be a base class for custom form classes that can be initialized with and return "rich" values such as objects, or collections of objects. Building up a...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Link - Object representation of the "link" HTML tag. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Link is an object representation of a "link" HTML tag used to reference another document (e.g., a CSS stylesheet). This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden wil...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::DB::Object - Extensible, high performance object-relational mapper (ORM). River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object is a base class for objects that encapsulate a single row in a database table. Rose::DB::Object-derived objects are sometimes simply called "Rose::DB::Object objects" in this documentation for the sake of brevity, but be assured that...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::Conf::Root - Recommended way to set the Rose file-based configuration file root directory. River stage zero No dependents

"Rose::Conf::Root" is the recommended way to set the Rose file-based configuration module root directory. Simply "use" the module with a single argument that specifies the path to the configuration root directory, or call the "conf_root()" class meth...

JSIRACUSA/Rose-Conf-0.021 - 18 Nov 2004 16:52:47 UTC

Rose::DB::SQLite - SQLite driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::SQLite when the driver is "sqlite". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. ...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC
238 results (0.019 seconds)