Procedural File: function.load_categorized_items.php

Source Location: /CORE/addon/smarty/plugins/function.load_categorized_items.php

Page Details

BIGACE - a PHP and MySQL based Web CMS.

Copyright (C) Kevin Papst.

BIGACE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Author:  Kevin Papst
Version:  $Id: function.load_categorized_items.php,v 1.2 2009/02/27 23:13:28 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License
Functions
smarty_function_load_categorized_items  [line 37]

void smarty_function_load_categorized_items( $params, &$smarty  )

Fetches an array of items for a category.

  • itemtype itemtype
  • category category id to fetch items for
  • id parent to fetch items below
  • language language to fetch items in
  • orderby column name to order items
  • order the order to sort items
  • assign template variable name to assign array to
  • counter template variable name to assign amount of items to
  • amount
  • from
  • to

Parameters:
   $params: 
   &$smarty: 


[ Top ]