GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Interchange6::Schema(3) User Contributed Perl Documentation Interchange6::Schema(3)

Interchange6::Schema - Database Schema for Interchange 6

0.133

Please see the Interchange6 Schema Manual for an overview of available documentation.

Database schema classes for Interchange6 Open Source eCommerce software.

The minimum Perl version for Interchange6::Schema is 5.8.

DBIx::Class::Schema::Config

If you inherit from Interchange6::Schema then in order to make use of DBIx::Class::Schema::Config in your own schema you must load it as a component.

Components used:
  • DBIx::Class::Helper::Schema::DateTime
  • DBIx::Class::Helper::Schema::QuoteNames

This attribute can be used to stash the Interchange6::Schema::Result::User object of the currently logged in user. If set then any result class and resultset methods which take "users_id" as an argument will make use of the value of this attribute to set "users_id".
writer: set_current_user

This attribute can be used to store the locale of the current user.
writer: set_user_locale

Overload "deploy" in DBIx::Class::Schema in order to add some core fixtures via Interchange6::Schema::Populate.

This command creates SQL files for our database schema in the sql/ directory:

   interchange6-create-database

All lower case
Singular names for belongs_to and has_one relationships
Pluralised names for many_to_many and has_many relationships
Use underscores for things like "shipment_destinations".

Stefan Hornburg (Racke), "racke@linuxia.de"

Peter Mottram, "peter@sysnix.com"

Jeff Boes, "jeff@endpoint.com"

Sam Batschelet "sbatschelet@mac.com"

Kaare Rasmussen Šimun Kodžoman Grega Pompe

Copyright 2013-2014 Stefan Hornburg (Racke), Jeff Boes.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2016-10-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.