<?php
// Copyright (c) MetaClass, 2003-2007
// Licensed under the Academic Free License version 3.0
includeClass('', 'pnt/web/parts');
/** Part that works like a normal TablePart, except for the colums
* and rows to be shown exchanged. In this table the properties
* are shown in the rows, while each item has a column.
* Yet still the 'columnPaths' are used to specify the properties.
* So in fact they are they rowPaths here.
* @package pnt/web/parts
*/
class PntHorizontalTablePart extends {