coryb12 Posted February 21, 2011 Report 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
Administrators Nabeel Posted February 22, 2011 Administrators Report Posted February 22, 2011 echo count(SchedulesData::getBids(Auth::$userinfo->id)); http://docs.phpvms.net/api/codon_core/SchedulesData.html#getBids Quote
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.