Files
safekat/ci4/app/Controllers/Test.php
2023-04-24 13:00:46 +02:00

25 lines
396 B
PHP

<?php
namespace App\Controllers;
class Test extends BaseController
{
function __construct()
{
}
public function index()
{
["id_user"]=>
string(1) "1"
$test = [
"115b5ad39b853084209caf6824224f6b",
"fff26488a4249d76a8de5c0426acb8f7",
"72f5e898a67bb2fb72b185d9138585b2"];
echo "Hola";
}
}