Raakesh Kumar
Results
2
issues of
Raakesh Kumar
I just saw this error while integrating oauth2 0.3.1 in my application. Can you please suggest me on this?
I have a Model ImplementingAgency.php ImplementingAgency extends ActiveRecord\Model { static $cache = TRUE; function Targets() { $count = Model1::find_by_sql("select count(id) as total where implementing_agency_id = {$this->id}"); return $ocunt[0]->total; } function...
bug
no test