-
Notifications
You must be signed in to change notification settings - Fork 12
[Api] Helpers
Shawn Clake edited this page Mar 14, 2017
·
1 revision
Helpers are used across the application to provide easy access to constants, or other simple tasks. All Helpers are declared as static.
unlimited($limit = 0) : int Returns the max int which SQL can handle. This is useful for returning 'unlimited' results
UserExtended by Shawn Clake with contributions from Quinn Bast