Create User

Array ( [idx] => 12 [name] => [country] => [email] => foo@example.com [password] => $2y$10$23Dr4LoOWOc1TzT7sJR6q.gsP8snCL8Ya7MEI4M.b6w [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] => 2026-03-17 04:56:48.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )

Update User

Array ( [idx] => 12 [name] => something new [country] => [email] => foo@example.com [password] => $2y$10$23Dr4LoOWOc1TzT7sJR6q.gsP8snCL8Ya7MEI4M.b6w [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] => 2026-03-17 04:56:48.000000 [timezone_type] => 3 [timezone] => Asia/Seoul ) )