|
NAME[% package_name %] - model for [% table_name %] table (stub part)DESCRIPTIONThis model inherits from [% base_class || base_class_default %] and uses its generated helper [% gen_package_name %].It was generated by Bigtop, but is NOT subject to regeneration. NAME[% gen_package_name %] - model for [% table_name %] table (generated part)DESCRIPTIONThis model mixes into [% package_name %], because Class::DBI bindings don't really allow a choice. It was generated by Bigtop, and IS subject to regeneration.METHODSYou may use all normal Class::DBI::Sweet methods and the ones listed here:
NAMEBigtop::Backend::Model::GantryCDBI - Bigtop backend generating Class::DBI::Sweet modelsSYNOPSISIf your bigtop file looks like this:config { base_dir `/home/user`; ... Model GantryCDBI {} } app Name {...} and there are tables in the app block, when you type: bigtop your.bigtop Model or bigtop your.bigtop all this module will make model modules which are subclasses of Gantry::Utils::CDBI (which inherits from Class::DBI::Sweet in a mod_perl safe way). All modules will live in the lib subdirectory of the app's build directory. See Bigtop::Init::Std for an explanation of how base_dir and the build directory are related. DESCRIPTIONThis is a Bigtop backend which generates data model modules which are subclasses of Gantry::Utils::CDBI.KEYWORDSThis module does not register any keywords. See Bigtop::Model for a list of keywords models understand.The default for the model_base_class keyword is Gantry::Utils::CDBI. METHODSTo keep podcoverage tests happy.
AUTHORPhil Crow <crow.phil@gmail.com>COPYRIGHT and LICENSECopyright (C) 2005 by Phil CrowThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |