Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mortice
on Dec 17, 2010
|
parent
|
context
|
favorite
| on:
PHP best practices
Article invalidates self early on by claiming that this is a value object:
class Person { var $id, $first_name, $last_name, $email; }
http://c2.com/cgi/wiki?ValueObject
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
class Person { var $id, $first_name, $last_name, $email; }
http://c2.com/cgi/wiki?ValueObject