fusionpbx/core/upgrade
frytimo 0931197137
build array in auto_loader constructor (#7158)
* Build an array in the auto_loader constructor

* Update auto_loader.php

* Update auto_loader.php

* minor adjustment to name and comment and remove trailing closing tag

* use best practices for the loader method
Allowing the loader method:
- Should Never Be Called Manually
- Prevents External Modification
- Hides Implementation Details

* cache array in the temp folder and load if available

* re-organize functions within the class

* add cache recreation for auto_loader in upgrade_menu

* add cache recreation for auto_loader in upgrade_menu

* Update app_languages.php
2025-02-13 14:48:40 -07:00
..
app_config.php Corrections in Georgian translation (#7113) 2024-08-31 10:02:51 -06:00
app_defaults.php Remove redundant database objects 2024-08-05 14:22:17 -06:00
app_languages.php build array in auto_loader constructor (#7158) 2025-02-13 14:48:40 -07:00
app_menu.php Localization: Add full support for Georgian language (#7110) 2024-08-28 09:59:02 -06:00
index.php Multiple Apps: Integrate content cards. 2024-09-04 17:51:23 -06:00
upgrade.php Re-use the Database connection 2024-08-29 03:35:38 -06:00
upgrade_domains.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
upgrade_menu.php build array in auto_loader constructor (#7158) 2025-02-13 14:48:40 -07:00
upgrade_schema.php Use __dir__ to find resources/require.php 2023-06-16 22:49:09 -06:00