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

Class: ipbwi_gallery

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

Class Overview

ipbwi
   |
   --ipbwi_gallery



Author(s):

  • Matthias Reuter ($LastChangedBy: matthias $)

Version:

  • $LastChangedDate: 2009-01-18 03:52:31 +0000 (So, 18 Jan 2009) $

Copyright:

  • 2007-2010 IPBWI development team

Variables

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-01-18 03:52:31 +0000 (So, 18 Jan 2009) $
copyright:  2007-2010 IPBWI development team
link:  http://ipbwi.com/examples/topic.php
since:  2.0
license:  GNU General Public License


[ Top ]


Class Variables

$installed =  false

[line 13]



Tags:

access:  public

Type:   mixed


[ Top ]

$url =  false

[line 14]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


method catList [line 215]

array catList( )

List categories.



Tags:

return:  Gallery's Categories
author:  Matthias Reuter
since:  2.0
sample:  
  1.  $ipbwi->forum->catList();
access:  public


[ Top ]

method getAllSubs [line 128]

mixed getAllSubs( $cats, [string $outputType = 'array'], [string $indentString = '—'], [ $indent = false], [ $selectedID = false], mixed $forums)

Returns all subcategories of the delivered cats.



Tags:

return:  List of all subcategories
author:  Matthias Reuter
since:  2.0
sample:  
  1.  $ipbwi->gallery->getAllSubs(array(55,22,77),'html_form');
access:  public


Parameters:

mixed   $forums   category IDs as int or array
string   $outputType   The following output types are supported:
'html_form' to get a list of <option>-tags
'array' (default) for an array-list
'array_ids_only' for an array-list with forum IDs only
'name_id_with_indent' for an array list of names with indent according to the forum structure
string   $indentString   The string for indent, default is '-'
   $cats  
   $indent  
   $selectedID  

[ Top ]

method getLatestList [line 67]

array getLatestList( [ $catIDs = false], [ $settings = array()])

lists latest images from IP.gallery.



Tags:

return:  Image-Informations as multidimensional array
author:  Matthias Reuter
since:  2.02
access:  public


Parameters:

   $catIDs  
   $settings  

[ Top ]

method getViewable [line 46]

array getViewable( )

Returns categories readable by the current member.



Tags:

return:  Readable category IDs
author:  Pita <peter@randomnity.com>
author:  Matthias Reuter
since:  2.0
sample:  
  1.  $ipbwi->gallery->getViewable();
access:  public


[ Top ]

method info [line 236]

void info( $imgID)



Tags:

access:  public


Parameters:

   $imgID  

[ Top ]


Documentation generated on Sat, 23 Oct 2010 23:35:51 +0200 by phpDocumentor 1.4.3