BREAKING CHANGE: Adhere to PSR-12 coding standards.

- Model: where_in method was renamed as whereIn.
This commit is contained in:
kj
2025-09-07 11:07:07 -03:00
parent 0f46848d15
commit c9f467345b
10 changed files with 480 additions and 401 deletions

View File

@ -1,4 +1,5 @@
<?php
// Configuración de la base de datos
define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
@ -11,4 +12,4 @@ define('SITE_URL', '');
// Configuración avanzada
define('ROOT_DIR', __DIR__);
define('ROOT_CORE', ROOT_DIR.'/src');
define('ROOT_CORE', ROOT_DIR . '/src');