Ports Search

Results 19,26119,270 of 19,819 for %22HTTP Server%22.(0.012 seconds)
Catalyst helper for Scaffolding
Catalyst::Helper::Controller::Scaffold is a helper for scaffolding for Catalyst, which adds easy scaffolding: # Imagine you want to generate a scaffolding controller MyApp::C::SomeTable # for a CDBI table class MyApp::M::CDBI::SomeTable script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable
www/Catalyst-Model-Adaptor-0.10 (Score: 7.739885E-4)
Use a plain class as a Catalyst model
use a plain class as a Catalyst model
www/Catalyst-Model-CDBI-Plain-0.03 (Score: 7.739885E-4)
Catalyst plain base class for Class::DBI models
Catalyst::Model::CDBI::Plain is a Model class for Catalyst to be used with user-specified Class::DBI classes. It does not automatically set anything up or create relationships; this is left to the user. This module can be used with existing Class::DBI classes, so that they can be used with Catalyst, or as a way of writing CDBI-based Model classes within Catalyst.
www/Catalyst-Model-CDBI-Sweet-0.06 (Score: 7.739885E-4)
CDBI model class for Catalyst that makes things sweeter
This model is a thin wrapper around Class::DBI::Sweet to let you use it as a Catalyst Model easily. It's similar to Catalyst::Model::CDBI::Plain.
www/Catalyst-Model-CDBI-0.12 (Score: 7.739885E-4)
CDBI model class for Catalyst
This is the Class::DBI model class for Catalyst. It's built on top of Class::DBI::Loader.
www/Catalyst-Model-DBIC-Plain-0.03 (Score: 7.739885E-4)
DBIx::Class model class for Catalyst, without loader
This is the DBIx::Class model class for Catalyst. Whilst it allows you to use DBIC as your model in Catalyst, it does not make your tables classes Catalyst-specific, so you can still use them in a non-Catalyst context.
www/Catalyst-Model-DBIC-Schema-0.65 (Score: 7.739885E-4)
DBIx::Class::Schema Model Class
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema and Catalyst::Helper::Model::DBIC::SchemaLoader for information on generating these Models via Helper scripts. The latter of the two will also generated a DBIx::Class::Schema::Loader-based Schema class for you.
Dynamically load adaptor modules
Catalyst::Model::DynamicAdaptor - Dynamically load adaptor modules
www/Catalyst-Model-LDAP-0.17 (Score: 7.739885E-4)
LDAP model class for Catalyst
This is the Net::LDAP model class for Catalyst. It is nothing more than a simple wrapper for Net::LDAP. This class simplifies LDAP access by letting you configure a common set of bind arguments. It also lets you configure a base DN for searching.
www/Catalyst-Model-Memcached-0.02 (Score: 7.739885E-4)
Wrapper for memcached imitating Catalyst models
Catalyst::Model::Memcached is a simple Model for Catalyst for storing data in memcached.