Create User

Array ( [idx] => 1 [name] => [country] => [email] => foo@example.com [password] => $2y$10$cpVIFtw5Ys19stG9ADbZ7uHTcRUWEFLSPINnEYm1Fx3 [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] => 2024-12-27 00:58:37.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )

Update User

Array ( [idx] => 1 [name] => something new [country] => [email] => foo@example.com [password] => $2y$10$cpVIFtw5Ys19stG9ADbZ7uHTcRUWEFLSPINnEYm1Fx3 [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] => 2024-12-27 00:58:37.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )