| Gantry documentation | Contained in the Gantry distribution. |
Gantry::Control::Model::auth_pages - model for auth_pages table
Generated by Bigtop.
| Gantry documentation | Contained in the Gantry distribution. |
package Gantry::Control::Model::auth_pages; use strict; use warnings; use base 'Gantry::Control::Model::GEN::auth_pages', 'Exporter'; our $AUTH_PAGES = 'Gantry::Control::Model::auth_pages'; our @EXPORT_OK = ( '$AUTH_PAGES' ); 1;