HI
I get the following error when using PEAR strcutures in the Zend
framework when called from a component directory.
Fatal error: Function __autoload(7nts21n58xh) threw an exception of type
'Zend_Exception' in
D:\AWebEnvironment\PHP5.2.1\PEAR\Structures\DataGrid\Column.php on line 345
if (is_callable($formatter)) {
$this->formatter = $formatter;
} else {
return PEAR::raiseError('Column formatter is not a valid callback');
}
// Instantiate the DataGrid ($limit, $page, $rendererType)
$datagrid =& new Structures_DataGrid($options['dataGrid']['perPage'],
$options['dataGrid']['page'], $type);
Probably quite hard to debug this, but the error is a little wiered in
the fact that the __autoload(7nts21n58xh) autoload is a garbled.
Anyway if anyone has seen a similar error then please let me know
Cheers
Ian