Global Helper Functions
Global helper functions are built-in shortcuts that make your code cleaner and more readable. They cover common operations such as string formatting, URL handling, and request data access.
Table of Contents
- Globally Defined Constants
Constants defines fixed values for application path, database return & result modes, and other application flags. Constants are immutable values set once and remain unchanged at runtime.
- Environment Variables and Managment
This documentation defines the list of available Luminova environment variables to control how your application runs and how Luminova behaves, all through the `.env` file.
- Global Procedural Helper Functions
Global helper functions are collections of procedural functions that provide commonly used functionality across different parts of your application enhancing code reusability and productivity.