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

Search results for "module:Rose::Class"

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

Rose::Class::MakeMethods::Set - Create class methods to manage sets. River stage two • 15 direct dependents • 52 total dependents

Rose::Class::MakeMethods::Set is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All methods work...

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

Rose::Class::MakeMethods::Generic - Create simple class methods. River stage two • 15 direct dependents • 52 total dependents

Rose::Class::MakeMethods::Generic is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All methods ...

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

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

lib/Rose/DB/Object/Exception.pm River stage two • 19 direct dependents • 19 total dependents

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 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::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::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::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::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::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::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::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::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

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::DB::Generic - Generic driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

This is the subclass that Rose::DB blesses an object into (by default) when the driver specified in the registry entry is has no class name registered in the driver class map. To maximize the chance that this class will work with an unsupported datab...

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

Rose::DB::MariaDB - MariaDB 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::MariaDB when the driver is "mariadb". 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::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
175 results (0.047 seconds)