Incluida arquitectura 'Js_loader' con un ejemplo de uso

This commit is contained in:
imnavajas
2023-09-14 10:29:40 +02:00
parent 8754782dc9
commit 8a207b246b
8 changed files with 96 additions and 3 deletions

View File

@ -29,4 +29,4 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true);
| the system. This will control whether Kint is loaded, and a few other
| items. It can always be used within your own application too.
*/
defined('CI_DEBUG') || define('CI_DEBUG', false);
defined('CI_DEBUG') || define('CI_DEBUG', true);