b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: admin ] [ index: admin ] [ all elements ]

Procedural File: _generic_recursive_list.inc.php

Source Location: /blogs/inc/generic/views/_generic_recursive_list.inc.php

Page Details

This file implements the generic recrusive editor list.

This file is part of the evoCore framework - http://evocore.net/ See also http://sourceforge.net/projects/evocms/.

Author:  mbruneau: Marc BRUNEAU / PROGIDISTRI
Author:  fplanque: Francois PLANQUE.
Version:  $Id: _generic_recursive_list.inc.php,v 1.3 2008/01/21 09:35:31 fplanque Exp $
Copyright:  

(c)2003-2008 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2005-2006 by PROGIDISTRI - http://progidistri.com/.

Filesource:  Source Code for this file
Functions
cat_after_level  [line 126]

string cat_after_level( int $level  )

Generate code when exiting from a level

Parameters:
int   $level:  level of the category in the recursive tree

API Tags:
Return:  HTML


[ Top ]
cat_before_level  [line 115]

string cat_before_level( int $level  )

Generate code when entering a new level

Parameters:
int   $level:  level of the category in the recursive tree

API Tags:
Return:  HTML


[ Top ]
cat_line  [line 57]

string cat_line( GenericCategory $GenericCategory, int $level  )

Generate category line when it has children

Parameters:
GenericCategory   $GenericCategory:  generic category we want to display
int   $level:  level of the category in the recursive tree

API Tags:
Return:  HTML


[ Top ]
cat_no_children  [line 103]

string cat_no_children( GenericCategory $GenericCategory, int $level  )

Generate category line when it has no children

Parameters:
GenericCategory   $GenericCategory:  generic category we want to display
int   $level:  level of the category in the recursive tree

API Tags:
Return:  HTML


[ Top ]


Documentation generated on Sat, 06 Mar 2010 03:34:06 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).