[nycphp-talk] Constructors and
David Mintz
dmintz at davidmintz.org
Thu Oct 19 11:18:52 EDT 2006
Odd, I have seen examples in well-known and respected books that said
things like
class User
{
function __construct($userId=null) {
if ($userId) {
// load data from db and
// throw Exception if not found
} else {
// expect an insert
}
}
}
---
David Mintz
http://davidmintz.org/
En Nueva York el tránsito de la belleza a la desolación sucede
siempre expeditivamente, como si el principio universal
de máxima eficiencia hubiera aconsejado la supresión de
gradaciones intermedias.
-- Antonio Muñoz Molina, Ventanas de Manhattan
More information about the talk
mailing list