/
RybakovAV
/
TestProject
Обзор
Документация
Войти
/
RybakovAV
/
TestProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/app/Common.php
15 строк
521 B
Alex Rybakov
Установил Ci4
03 мар 2026, 09:41
03 мар 2026, 09:41
52d9d50
Код
Авторство
О чём код?
<?php /** * The goal of this file is to allow developers a location * where they can overwrite core procedural functions and * replace them with their own. This file is loaded during * the bootstrap process and is called during the framework's * execution. * * This can be looked at as a `master helper` file that is * loaded early on, and may also contain additional functions * that you'd like to use throughout your entire application * * @see: https://codeigniter.com/user_guide/extending/common.html */