Back
get()
1. Get the current value of a global Wheels setting
tablePrefix = get("tableNamePrefix");
2. Get the default message for the `validatesConfirmationOf` function
confirmationMessageDefault = get(functionName="validatesConfirmationOf", name="message");
3. Check the default value for the "null" argument in migrations
allowNullDefault = get(functionName="float", name="null");
4. Retrieve the current default number of rows per page in pagination
perPageDefault = get("perPage");
Copied!