Jonathan Stanton Fri Aug 26 11:58:43 -0400 2011

Subject: idea: has_ function

It would be great if there was a has_ function for example
$school->has_teacher_assistant
would return bool, the table being school and the column being tacher_assistant. has would be a magic method that checks if row is null or empty.

also, why are you guys not on github?