Luminova Framework

Abstract Core Classes

Table of Contents

  1. Base Application Architecture

    The base application controller lays the foundation for handling your software development logic, by serving as the base application class other services may rely on.

  2. Base Cron Tasks Registry

    The Luminova Base Cron class offers advanced scheduling capabilities, allowing you to define specific controllers and methods for cron job executions.

  3. Base Database Fallbacks Connection

    Define your backup database connection server with Luminova Base Server, to automatically reconnect to a backup database when the main database fails to connect.

  4. Static Utility Functions

    Base functions are a collection of fundamental utility methods that serve as a helper for application development. These functions typically encapsulate common tasks and operations for frequent use.

  5. Base Custom Service Module Registry

    Define your application shared and serializable classes instance in Base Services to use it anywhere in your application.