public static findLast ( string $type, string $sql = NULL, array $bindings = [] ) : OODBBean | ||
$type | string | the type of bean you are looking for |
$sql | string | SQL query to find the desired bean, starting right after WHERE clause |
$bindings | array | array of values to be bound to parameters in query |
return | OODBBean |