The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Eidolon ABEL"

Eidolon - web application framework. River stage one • 8 direct dependents • 8 total dependents

*Eidolon* is intended to turn a headache of web user interface development into something easy and full of fun. The main goal of the project is to ease the creation of various web-based backends and systems such as project management systems, custome...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Error - system-wide error handler. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Error* package is used as default error handler for all *Eidolon* applications. It is called when an error occurs during request handling and no application-specific error handler is defined in configuration....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver - Eidolon generic driver. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver* is a base driver for all *Eidolon* drivers....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Debug - Eidolon debugging facility. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Debug* package provides an easy way to avoid a confusing *Internal Server Error* web server message. It sends HTTP header before displaying an error, so you don't need to dig web-server's log to find the cause of the error anymore. Obvi...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::CGI - common gateway interface functions for Eidolon. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::CGI* class provides standard CGI functions - GET/POST requests parsing, cookies & session handling. It's more comfortable and fast replacement of old CGI package....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::DB - Eidolon generic database driver. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::DB* is a generic database driver for *Eidolon*. It declares some functions that are common for all driver types and some abstract methods, that *must* be overloaded in ancestor classes. All database drivers should subclass this ...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::Log - Eidolon generic log driver. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::Log* is a generic log driver for *Eidolon*. It declares some functions that are common for all driver types and some abstract methods, that *must* be overloaded in ancestor classes. All log drivers should subclass this package....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Application - Eidolon application base class. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Application* class is the base high-level class of a usual *Eidolon* application. It creates various system objects, reads application configuration and handles user requests. Should never be used directly, subclass it from your applica...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::Loader - Eidolon driver loader. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::Loader* package is the central part of *Eidolon* abstraction layer. It provides the unified interface for manipulations with vital application objects (drivers). You can load a new driver and gain access to loaded drivers with thi...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::User - Eidolon generic user driver. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::User* is a generic user driver for *Eidolon*. It declares some functions that are common for all driver types and some abstract methods, that *must* be overloaded in ancestor classes. All user drivers should subclass this packag...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::Config - generic configuration of the Eidolon application. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::Config* class holds common configuration for all *Eidolon* applications. Each application configuration should inherit this class and redefine generic parameters. This class should never be used directly. Application configuration...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::Router - Eidolon generic router driver. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::Router* is a generic router driver for *Eidolon*. It declares some basic functions that are common for all driver types and one abstract method, that *must* be overloaded in ancestor classes. All router drivers should subclass t...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::Registry - global data storage for the Eidolon application. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::Registry* class creates a global data storage object for the whole *Eidolon* application. It is instantiated and filled in during applicaton initialization and request processing flow. You can use it anywhere in application. In *E...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::Exception - base exception class for Eidolon. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::Exception* class is a base class for all core, driver and application exceptions. It contains various methods that can be useful for exception handling. This package is a rework of CPAN Exception package....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::Exceptions - Eidolon core exception list. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::Exceptions* package creates core exceptions that are used by various core packages....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Core::Attributes - base class for application controllers (only when Eidolon::Driver::Router::Basic router driver is used). River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Core::Attributes* class contains methods to construct application controllers for Eidolon::Driver::Router::Basic router driver. Each controller should contain at least 1 method for request handling. Request routing is done with help of ...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::Template - Eidolon generic template driver. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::Template* is a generic template driver for *Eidolon*. It declares some functions that are common for all driver types and some abstract methods, that *must* be overloaded in ancestor classes. All template drivers should subclass...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::Exceptions - Eidolon driver exceptions. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::Exceptions* package creates driver exceptions that are used by all types of drivers....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::DB::Exceptions - Eidolon database driver exceptions. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::DB::Exceptions* package creates database driver exceptions that are used by all database drivers....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC

Eidolon::Driver::Log::Exceptions - Eidolon log driver exceptions. River stage one • 8 direct dependents • 8 total dependents

The *Eidolon::Driver::Log::Exceptions* package creates log driver exceptions that are used by all log drivers....

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC
25 results (0.03 seconds)