|
NAMEInterchange6::Schema - Database Schema for Interchange 6VERSION0.133MANUALPlease see the Interchange6 Schema Manual for an overview of available documentation.DESCRIPTIONDatabase schema classes for Interchange6 Open Source eCommerce software.The minimum Perl version for Interchange6::Schema is 5.8. BASE CLASSDBIx::Class::Schema::ConfigIf 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. COMPONENTSComponents used:
ATTRIBUTEScurrent_userThis 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".
user_localeThis attribute can be used to store the locale of the current user.
METHODSdeployOverload "deploy" in DBIx::Class::Schema in order to add some core fixtures via Interchange6::Schema::Populate.CREATE SQL FILES FOR DATABASE SCHEMAThis command creates SQL files for our database schema in the sql/ directory:interchange6-create-database POLICY FOR RELATIONSHIP ACCESSORS
AUTHORSStefan Hornburg (Racke), "racke@linuxia.de"Peter Mottram, "peter@sysnix.com" Jeff Boes, "jeff@endpoint.com" Sam Batschelet "sbatschelet@mac.com" CONTRIBUTORSKaare Rasmussen Šimun Kodžoman Grega PompeLICENSE AND COPYRIGHTCopyright 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.
Visit the GSP FreeBSD Man Page Interface. |