PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Structures » Structures_DataGrid » Bug #7151

Missing HTML Directory

Details

Submitted2006-03-18 11:24 UTC
Fromeattou at otitelecom dot bj
StatusBogus
PackageStructures_DataGrid
PHP Version5.0.3
OSLinux Fedora core4
Roadmaps(Not assigned)

Comments

[2006-03-18 11:24 UTC] eattou at otitelecom dot bj

Description:
------------
In the Renderer directory there is no directory named HTML. But in this file: Structures/DataGrid/Renderer/HTMLTable.php, no file match with : Structures/DataGrid/Renderer/HTML/Table.php included at the beginning.

[2006-03-18 16:32 UTC] olivierg at php dot net

Indeed, at the top of Structures/DataGrid/Renderer/HTMLTable.php there is :

require_once 'HTML/Table.php';

Which is here to include <pear_base_dir>/HTML/Table.php...

This has nothing to do with Structures/DataGrid/Renderer/HTML/Table.php

Please read the PEAR manual and properly configure your installation before posting bugs.