Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
BystanderX
on May 11, 2023
|
parent
|
context
|
favorite
| on:
Go with PHP
It would be shorthand for:
`$validated = ['key' => 'value']; $validated['status'] = 'pending'; Order::create($validated);`
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
`$validated = ['key' => 'value']; $validated['status'] = 'pending'; Order::create($validated);`