Comment Get/Set Niftiness (Score 1) 398
This looks like a really cool release - the Get/Set methods would be ideal for binding a class to a database. e.g.
$user->name = "joebloggs";
could automagically update the tables for you.
$user->name = "joebloggs";
could automagically update the tables for you.