Create User

Array ( [idx] => 13 [name] => [country] => [email] => foo@example.com [password] => $2y$10$XuWcE1U5.xu55nVINc2j/OzXvB8zdJasDmEDCi1U7aA [created_at] => CodeIgniter\I18n\Time Object ( [timezone:protected] => DateTimeZone Object ( [timezone_type] => 3 [timezone] => Asia/Seoul ) [locale:protected] => en [toStringFormat:protected] => yyyy-MM-dd HH:mm:ss [date] => 2025-12-16 22:53:06.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )

Update User

Array ( [idx] => 13 [name] => something new [country] => [email] => foo@example.com [password] => $2y$10$XuWcE1U5.xu55nVINc2j/OzXvB8zdJasDmEDCi1U7aA [created_at] => CodeIgniter\I18n\Time Object ( [timezone:protected] => DateTimeZone Object ( [timezone_type] => 3 [timezone] => Asia/Seoul ) [locale:protected] => en [toStringFormat:protected] => yyyy-MM-dd HH:mm:ss [date] => 2025-12-16 22:53:06.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )