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

Source for file PNCategoryRegistryArray.class.php

Documentation is available at PNCategoryRegistryArray.class.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright value4business GmbH
  6.  * @link http://www.zikula.org
  7.  * @version $Id: PNCategoryRegistryArray.class.php 20307 2006-10-14 21:06:59Z rgasch $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @author Robert Gasch rgasch@gmail.com
  10.  * @package Zikula_Core
  11.  */
  12.  
  13.  
  14. /**
  15.  * PNCategoryRegistryArray
  16.  *
  17.  * @package Zikula_System_Modules
  18.  * @subpackage Categories
  19.  */
  20. {
  21.     function PNCategoryRegistryArray($init=null$where='')
  22.     {
  23.         $this->PNObjectArray ();
  24.  
  25.         $this->_objType       'categories_registry';
  26.         $this->_objField      'id';
  27.         $this->_objPath       'categories_registry_array';
  28.  
  29.         $this->_init($init$where);
  30.     }
  31. }

Documentation generated on Fri, 18 Jul 2008 21:52:50 +0200 by phpDocumentor 1.4.1