Tom Silver

Results 3 issues of Tom Silver

if($this->records > 0){ $this->ArrayResults(); return $this->arrayedResult; }else{ return true; } When we use ExecuteSQL, commonly here we can't use : $ret = $db->ExecuteSQL (....); if (empty($ret)) { } coz it's...

## Goals When I have a lot data in Realm DB, and I need to do some statistics on them, for example, SUM them all, this time, doing this at...

T-Enhancement
O-Community
Pipeline-Idea-Backlog
gathering-interest

It's working great in iOS 7 after I removed those ARC feature coz its automatically supported in iOS 7. And I think you can make an version for this, so...