Luminova Framework

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

  1. Built-in Global Helper Functions

    Luminova built-in global functions provide reusable helper utilities available across the application to simplify common tasks and improve productivity.

  2. 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.

  3. Environment Variable Management and Formatting

    The `.env` file centralizes configuration for Luminova, including default variables, formatting rules, and best practices for managing application behavior across environments.

  4. Custom Global Functions & Constants

    Custom global functions let developers define reusable helper functions to extend application behavior and reduce repeated code.