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

Class: ipbwi_stats

Source Location: /ipbwi/lib/stats.inc.php

Class Overview

ipbwi
   |
   --ipbwi_stats



Author(s):

  • Matthias Reuter ($LastChangedBy: matthias $)

Version:

  • $LastChangedDate: 2009-08-26 19:19:41 +0200 (Mi, 26 Aug 2009) $

Copyright:

  • 2007-2010 IPBWI development team

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: 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::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::sysInfo()
informations about the current IPBWI and PHP installation
ipbwi::__destruct()

Class Details

[line 11]


Tags:

author:  Matthias Reuter ($LastChangedBy: matthias $)
version:  $LastChangedDate: 2009-08-26 19:19:41 +0200 (Mi, 26 Aug 2009) $
copyright:  2007-2010 IPBWI development team
link:  http://ipbwi.com/examples/stats.php
since:  2.0
license:  GNU General Public License


[ Top ]


Class Methods


method activeCount [line 55]

array activeCount( )

Returns the active user count.



Tags:

return:  Active User Count
author:  Matthias Reuter
since:  2.01
sample:  
  1.  $ipbwi->stats->activeCount();


[ Top ]

method birthdayMembers [line 105]

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

Returns members born on the given day of a month.



Tags:

return:  Birthday Members
author:  Matthias Reuter
since:  2.01
sample:  
  1.  $ipbwi->stats->birthdayMembers();
  2.  $ipbwi->stats->birthdayMembers(22,7);


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.

[ Top ]

method board [line 33]

array board( )

Gets board statistics.



Tags:

return:  Board Statistics
author:  Matthias Reuter
since:  2.0
sample:  
  1.  $ipbwi->stats->board();
access:  public


[ Top ]


Documentation generated on Sat, 23 Oct 2010 23:36:12 +0200 by phpDocumentor 1.4.3