phpDocumentor stats
[ class tree: stats ] [ index: stats ] [ all elements ]

Class: stats

Source Location: /lib/stats.inc.php

Class stats

Class Overview

Located in /lib/stats.inc.php [line 11]

ipbwi
   |
   --stats
Author(s):
  • Matthias Reuter ($LastChangedBy: matthias $)
Information Tags:
Version:  $LastChangedDate: 2009-01-02 00:47:46 +0000 (Fr, 02 Jan 2009) $
Copyright:  2007-2008 IPBWI development team
Link:  http://ipbwi.com/examples/stats.php
Since:  2.0
License:  GNU General Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ipbwi

ipbwi::$DB
ipbwi::$ips

Inherited From ipbwi

ipbwi::addSystemMessage()
adds a system message
ipbwi::date()
Returns textual/timestamp offsetted date by board and by member offset and DST setting.
ipbwi::getBoardVar()
gets the requested board-var
ipbwi::getLibLang()
gets the language-var from actual requested native language-bit
ipbwi::info()
informations about the current IPBWI and PHP installation
ipbwi::makeSafe()
filtering html-strings, e.g. for db-queries
ipbwi::printSystemMessages()
prints system messages
ipbwi::properXHTML()
filtering HTML strings
ipbwi::setLang()
Set's current SDK language
ipbwi::updateSession()
Update Member Session Informations

Inherited From ipbwi

ipbwi::DEV_TEAM
ipbwi::PROJECT_LEADER
ipbwi::TITLE
ipbwi::VERSION
ipbwi::WEBSITE

[ Top ]
Method Summary
array   activeCount()   Returns the active user count.
array   birthdayMembers()   Returns members born on the given day of a month.
array   board()   Gets board statistics.

[ Top ]
Methods
activeCount  [line 59]

  array activeCount( )

Returns the active user count.


API Tags:
Return:  Active User Count

Information Tags:
Author:  Cow <khlo@global-centre.com>
Author:  Matthias Reuter
Author:  Pita <peter@randomnity.com>
Since:  2.01
Sample:  
  1.  $ipbwi->stats->activeCount();

[ Top ]
birthdayMembers  [line 111]

  array birthdayMembers( [int $day = 0], [int $month = 0]  )

Returns members born on the given day of a month.

Parameters:
int   $day:  Optional. Current day is used if left as an empty string or zero.
int   $month:  Optional. Current month is used if left as an empty string or zero.

API Tags:
Return:  Birthday Members

Information Tags:
Author:  Cow <khlo@global-centre.com>
Author:  Matthias Reuter
Author:  Pita <peter@randomnity.com>
Since:  2.01
Sample:  
  1.  $ipbwi->stats->birthdayMembers();
  2.  $ipbwi->stats->birthdayMembers(22,7);

[ Top ]
board  [line 35]

  array board( )

Gets board statistics.


API Tags:
Return:  Board Statistics
Access:  public

Information Tags:
Author:  Cow <khlo@global-centre.com>
Author:  Matthias Reuter
Author:  Pita <peter@randomnity.com>
Since:  2.0
Sample:  
  1.  $ipbwi->stats->board();

[ Top ]

Documentation generated on Mon, 02 Mar 2009 23:51:12 +0100 by phpDocumentor 1.4.0