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 "distribution:MVC-Neaf KHEDIN"

MVC::Neaf::X - base class for Not Even A Framework extentions. River stage zero No dependents

Start out a Neaf extention by subclassing this class. Some convenience methods here to help develop....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf - Not Even A (Web Application) Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::CLI - Command line debugger and runner for Not Even A Framework River stage zero No dependents

Run your applications from command line, with various overrides. May be useful for command-line mode debugging (think CGI.pm) as well as starting the app from command line....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::View - Base [V]iew for Not Even A Framework. River stage zero No dependents

Subclass this class to make your own content rendering engine under Neaf. Neaf stands for Not Even A Framework. It works by (1) getting a hash from a sub which is pathetically called Controller, and (2) passing that hash over to an object called View...

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Util - Some static functions for Not Even A Framework River stage zero No dependents

This is utility class. Nothing to see here unless one intends to work on MVC::Neaf itself....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Route - Route (path+method) class for Not Even A Framework River stage zero No dependents

This module contains information about a handler defined using MVC::Neaf: method, path, handling code, connected hooks, default values etc. It is useless in and off itself....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Upload - File upload object for Not Even A Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::View::JS - JSON-based view for Not Even A Framework. River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::X::Form - Form validator for Not Even A Framework River stage zero No dependents

Ths module provides hashref validation mechanism that allows for showing per-value errors, post-validation user-defined checks, and returning the original content for resubmission....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::View::TT - Template toolkit-based view module for Neaf. River stage zero No dependents

This module is one of core rendering engines of MVC::Neaf known under "TT" alias. See also "neaf view"....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::X::Files - serve static content for Not Even A Framework. River stage zero No dependents

Serving static content in production via a perl application framework is a bad idea. However, forcing the user to run a separate web-server just to test their CSS, JS, and images is an even worse one. So this module is here to fill the gap in MVC::Ne...

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Request - Request class for Not Even A Framework River stage zero No dependents

This is what your MVC::Neaf application is going to get as its ONLY input. Here's a brief overview of what a Neaf request returns: # How the application was configured: MVC::Neaf->route( "/matching/route" => sub { my $req = shift; ... }, path_info_re...

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Exception - Exception class for Not Even A Framework. River stage zero No dependents

Currently internal signalling or MVC::Neaf is based on the exception mechanism. To avoid collisions with user's exceptions or Perl errors, these internal exceptions are blessed into this class. Please see the neaf_err() function in MVC::Neaf. By conv...

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Util::Base - base class for other Not Even A Framework classes. River stage zero No dependents

This is an internal package providing some utility methods for Neaf itself. See MVC::Neaf::X for public interface....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::X::Session - Session engine base class for Not Even A Framework River stage zero No dependents

A framework, even a toy one, is incomplete until it can handle user sessions. This class offers managing sessions via a cookie ("session" by default) plus a user-defined backend storage mechanism. Whatever is stored in the session, stays in the sessi...

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::View::Dumper - Data::Dumper interface for Not Even A Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::X::Form::LIVR - LIVR-based form validator for Not Even A Framework. River stage zero No dependents

Do input validation using Validator::LIVR. Return an object with is_valid(), data(), error(), and raw() methods....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Route::Main - main application class for Not Even A Framework. River stage zero No dependents

This class contains a MVC::Neaf application structure and implements the core of Neaf logic. It is a MVC::Neaf::Route object itself, containing a hash of other routes designated by their path prefixes....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::Request::PSGI - Not Even A Framework: PSGI driver. River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC

MVC::Neaf::X::Form::Data - Form validation result object. River stage zero No dependents

See MVC::Neaf::X::Form. This class is not expected to be created and used directly....

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC
29 results (0.031 seconds)