Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.418.483 Times

Dbi Authorization freeware
Filter: All | Freeware | Demo
 

Dbi Authorization

1 2 3 4 5 > 
Added: May 19, 2010 | Visits: 1.048

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: February 23, 2010 | Visits: 7.259

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: January 18, 2010 | Visits: 1.413

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: January 18, 2010 | Visits: 1.023

Tao::DBI::st Tao::DBI::st is a Perl module for DBI statements with portable support for named placeholders. SYNOPSIS use Tao::DBI qw(dbi_connect dbi_prepare); $dbh = dbi_connect($args); $sql = q{UPDATE T set a = :a, b = :b where k = :k}; $stmt = $dbh->prepare($sql); $rc = $stmt->execute({ k => $k, a...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Tao::DBI::st Download

Added: March 01, 2010 | Visits: 933

Class::DBI::ConceptSearch Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches. SYNOPSIS my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION $cs->use_wildcards(1); $cs->use_implicit_wildcards(1); $cs->use_search_ilike(1);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): Class::DBI::ConceptSearch Download

Added: May 01, 2010 | Visits: 942

DBI::FAQ DBI::FAQ is a Perl module for the Frequently Asked Questions of the Perl5 Database Interface. What is DBI, DBperl, Oraperl and *perl? To quote Tim Bunce, the architect and author of DBI: ``DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): DBI::FAQ Download

Added: October 19, 2010 | Visits: 618

OpenInteract2::Datasource::DBI OpenInteract2::Datasource::DBI is a Perl module that can create DBI database handles. SYNOPSIS # Define the parameters for a database handle main using PostgreSQL [datasource main] type = DBI dbi_type = Pg dsn = dbname=urkelweb username = webuser password = urkelnut # Define a handle...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (92): OpenInteract2::Datasource::DBI Download

Added: March 22, 2010 | Visits: 1.046

Class::DBI::DataMigration::Mapping Class::DBI::DataMigration::Mapping is an abstract parent class for objects that map a single column in a single row from the source database to the target database. Synopsis use Class::DBI::DataMigration::Mapping; # ... Later, when building $mappings hashref for use by a #...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Class::DBI::DataMigration::Mapping Download

Added: February 23, 2010 | Visits: 827

Maypole::Plugin::Authorization Maypole::Plugin::Authorization is a Perl module that provides a role-based authorization for Maypole applications. SYNOPSIS # In your main application driver class ... package BeerDB; use Maypole::Application qw( Authentication::UserSessionCookie Authorization); use Maypole::Constants;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): Maypole::Plugin::Authorization Download

Added: April 18, 2010 | Visits: 870

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

Added: August 11, 2010 | Visits: 724

Jifty::DBI::SchemaGenerator Jifty::DBI::SchemaGenerator is a Perl module to generate table schemas from Jifty::DBI records. This module turns a Jifty::Record object into an SQL schema for your chosen database. At the moment, your choices are MySQL, SQLite, or PostgreSQL. Oracle might also work right, though its untested....


Platforms: *nix

License: Freeware Size: 99.33 KB Download (89): Jifty::DBI::SchemaGenerator Download

Added: October 07, 2010 | Visits: 954

Class::DBI::FormTools Class::DBI::FormTools is a Perl module to build forms with multiple interconnected objects. SYNOPSIS package MyApp::Film; use base Class::DBI::FormTools; Mason example < %init > my $o = Film->retrieve(42); < /%init > < form > < input name="< % $o- >form_fieldname(title) % >"...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): Class::DBI::FormTools Download

Added: March 05, 2010 | Visits: 846

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: March 08, 2010 | Visits: 773

DBI::Changes DBI::Changes Perl module contains a list of significant changes to the DBI..


Platforms: *nix

License: Freeware Size: 491.52 KB Download (96): DBI::Changes Download

Added: January 17, 2010 | Visits: 3.120

NTLM Authorization Proxy Server NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (365): NTLM Authorization Proxy Server Download

Added: July 07, 2010 | Visits: 793

OpenPlugin::Datasource::DBI OpenPlugin::Datasource::DBI is a DBI driver, used to create DBI database handles for the OpenPlugin::Datasource plugin. SYNOPSIS # Define the parameters for a database handle main in the config file type = DBI db_owner = username = webuser password = urkelnut dsn =...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (89): OpenPlugin::Datasource::DBI Download

Added: August 01, 2010 | Visits: 958

Class::DBI::AutoIncrement Class::DBI::AutoIncrement is a Perl module to emulate auto-incrementing columns on Class::DBI subclasses. SYNOPSIS Lets assume you have a project making use of Class::DBI. You have implemented a subclass of Class::DBI called MyProject::DBI that opens a connection towards your projects...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::DBI::AutoIncrement Download

Added: September 15, 2010 | Visits: 764

Class::DBI::Template::Stash Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::DBI; use base Class::DBI; use Class::DBI::Template; There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Class::DBI::Template::Stash Download

Added: March 21, 2010 | Visits: 962

Thesaurus::DBI Thesaurus::DBI is a Perl module that can store and query synonyms (Thesaurus) in an SQL database. SYNOPSIS use Thesaurus::DBI; # create new database connection my $th = new Thesaurus::DBI(dbhost=> localhost, dbname=>thesaurus,dbuser=>user,dbpassword=>pass); # use existing database...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Thesaurus::DBI Download

Added: October 06, 2010 | Visits: 859

DBI::DBD DBI::DBD is a Perl DBI Database Driver Writers Guide. SYNOPSIS perldoc DBI::DBD Version and volatility This document is still a minimal draft which is in need of further work. The changes will occur both because the DBI specification is changing and hence the requirements on DBD drivers...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): DBI::DBD Download

1 2 3 4 5 >