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