Closed GoogleCodeExporter closed 8 years ago
Now I realize that using $GET['id'] on the method declaration is not safe:
this could lead to a PHP error if it is not defined. Maybe 'null' is a better
option, then assign $GET['id'] if $id is null and $GET['id'] is set.
Original comment by rodrigo.coelho@gmail.com
on 2 Sep 2010 at 10:11
Hello,
I was thinking about this suggestion, and realized that it is really a corner
case,
too much application-specific.
Please ignore this ticket.
Original comment by rodrigo.coelho@gmail.com
on 2 Sep 2010 at 12:52
Ok. Ignored.
Original comment by robregonm
on 6 Sep 2010 at 3:39
Original issue reported on code.google.com by
rodrigo.coelho@gmail.com
on 2 Sep 2010 at 10:05