Class bid_tabs

Description

Bid Tabs class to perform the majority of bid tab display and output operations within ILance.

  • author: ILance
  • version: $Revision: 1.0.0 $

Located in /api/class.bid_tabs.inc.php (line 23)

bid
   |
   --bid_tabs
Method Summary
string fetch_bidtab_sql ([string $bidtab = ''], [string $countorstring = ''], [string $groupby = ''], [string $orderby = ''], [integer $limit = ''], [integer $userid = 0], [string $extra = ''])
string fetch_product_bidtab_sql ([string $bidtab = ''], [string $countorstring = ''], [string $groupby = ''], [string $orderby = ''], [integer $limit = ''], [integer $userid = 0], [string $extra = ''])
string fetch_service_bidtab_sql ([string $tab = ''], [string $countorstring = ''], [ $userid = 0], [ $extra = ''])
Methods
fetch_bidtab_sql (line 719)

Function for printing a specific bid tab sql query.

  • return: MySQL Query
string fetch_bidtab_sql ([string $bidtab = ''], [string $countorstring = ''], [string $groupby = ''], [string $orderby = ''], [integer $limit = ''], [integer $userid = 0], [string $extra = ''])
  • string $bidtab: bid tab
  • string $countorstring: count or string
  • string $groupby: group by statement
  • string $orderby: order by statement
  • integer $limit: limit
  • integer $userid: user id
  • string $extra: extra sql query (used for listing period for service bid results)
fetch_product_bidtab_sql (line 292)

Function for printing a specific product bid tab sql query.

  • return: MySQL Query
string fetch_product_bidtab_sql ([string $bidtab = ''], [string $countorstring = ''], [string $groupby = ''], [string $orderby = ''], [integer $limit = ''], [integer $userid = 0], [string $extra = ''])
  • string $bidtab: bid tab
  • string $countorstring: count or string
  • string $groupby: group by statement
  • string $orderby: order by statement
  • integer $limit: limit
  • integer $userid: user id
  • string $extra: extra sql
fetch_service_bidtab_sql (line 33)

Function for printing a specific service bid tab sql query.

  • return: MySQL query or MySQL query count
string fetch_service_bidtab_sql ([string $tab = ''], [string $countorstring = ''], [ $userid = 0], [ $extra = ''])
  • string $tab: bid tab (drafts, delisted, archived, expired, pending, active, serviceescrow)
  • string $countorstring: count or string
  • $userid
  • $extra

Inherited Methods

Inherited From bid

bid::bid_filter_checkup()
bid::construct_bid_details_pulldown()
bid::fetch_auction_win_amount()
bid::fetch_auction_win_type()
bid::fetch_average_bid()
bid::fetch_average_lowest_highest_bid_amounts()
bid::fetch_awarded_bid_amount()
bid::fetch_bid_amount()
bid::fetch_declined_bids()
bid::fetch_highest_bid()
bid::fetch_highest_bidder()
bid::fetch_lowest_bidder_info()
bid::fetch_minimum_bid()
bid::fetch_retracted_bids()
bid::fetch_second_highest_bid()
bid::fetch_shortlisted_bids()
bid::fetch_transaction_status()
bid::has_bids()
bid::has_highest_bidder()
bid::has_winning_bidder()
bid::is_highest_bidder()
bid::is_outbid()
bid::is_valid_bid_range()
bid::is_winner()
bid::product_bid_filter_checkup()
bid::set_bid_counters()
bid::user_can_bid()
bid::wait_approval_unaward_cron()

Documentation generated on Mon, 08 Aug 2011 17:40:51 +0200 by phpDocumentor 1.4.1