b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Class: ArchiveList

Source Location: /blogs/b2evocore/_class_archivelist.php

Class ArchiveList

Class Overview

Archive List Class

Located in /blogs/b2evocore/_class_archivelist.php [line 23]

DataObjectList
   |
   --ArchiveList
Author(s):
Information Tags:
Version:  beta

Properties

Methods

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

Inherited From DataObjectList

DataObjectList::DataObjectList()
Constructor
DataObjectList::display_if_empty()
Template function: display message if list is empty
DataObjectList::get_next()
Get next comment in list
DataObjectList::get_num_rows()
Get nummber of rows available for display
DataObjectList::restart()
Rewind resultset

[ Top ]
Property Summary
mixed   $archive_mode  
mixed   $arc_w_last  
mixed   $blog  

[ Top ]
Method Summary
ArchiveList   ArchiveList()   Constructor
void   get_item()   Getting next item in archive list

[ Top ]
Properties
mixed   $archive_mode [line 26]

[ Top ]
mixed   $arc_w_last [line 27]

[ Top ]
mixed   $blog [line 25]

[ Top ]
Methods
Constructor ArchiveList  [line 45]

  ArchiveList ArchiveList( [integer $blog = 1], [string $archive_mode = 'monthly'], [array $show_statuses = array()], [mixed $timestamp_min = ''], [mixed $timestamp_max = 'now'], [integer $limit = '']  )

Constructor

Note: Weekly archives use mySQL's week numbering and mySQL default if applicable. In mySQL < 4.0, WEEK() uses mode 0: Week starts on Sunday; Value range is 0 to 53; week 1 is the first week that starts in this year

Parameters:
integer   $blog: 
string   $archive_mode: 
array   $show_statuses: 
mixed   $timestamp_min: 
mixed   $timestamp_max: 
integer   $limit: 


[ Top ]
get_item  [line 165]

  void get_item( &$arc_year, &$arc_month, &$arc_dayofmonth, &$arc_w, &$arc_count, &$post_ID, &$post_title  )

Getting next item in archive list

Parameters:
   &$arc_year: 
   &$arc_month: 
   &$arc_dayofmonth: 
   &$arc_w: 
   &$arc_count: 
   &$post_ID: 
   &$post_title: 


[ Top ]

Documentation generated on Tue, 20 May 2008 01:52:29 +0200 by phpDocumentor 1.4.2