Create User

Array ( [idx] => 8 [name] => [country] => [email] => foo@example.com [password] => $2y$10$S/S6xUDeMkeuaUqvqYkEj.V2Pa5zjA15hvBOKHB7yCm [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-10-09 13:23:00.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )

Update User

Array ( [idx] => 8 [name] => something new [country] => [email] => foo@example.com [password] => $2y$10$S/S6xUDeMkeuaUqvqYkEj.V2Pa5zjA15hvBOKHB7yCm [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-10-09 13:23:00.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )