coryb12 Posted February 21, 2011 Report Share Posted February 21, 2011 Hello, is there some way to show the total number of bids a user has made? Something similar to the format of: <?php echo Auth::$userinfo->totalflights?> Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 22, 2011 Administrators Report Share Posted February 22, 2011 echo count(SchedulesData::getBids(Auth::$userinfo->id)); http://docs.phpvms.net/api/codon_core/SchedulesData.html#getBids Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.