ZF-11234: Using Zend_Text_Table without autoloader results in: Class 'Zend_Text_Table_Column' not found
Description
When using the Zend_Text_Table class without an autoloader the class Zend_Text_Table_Column is not loaded by the Zend_Text_Table class.
PHP Fatal error: Class 'Zend_Text_Table_Column' not found in /var/www/initium/ipp/lib/vendor/Zend/Text/Table.php on line 355
This can trivially be fixed by adding require_once 'Zend/Text/Table/Column.php'; at line 354
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-04-10T20:50:01.000+0000
Fix in trunk r23856 merged to branch release 1.11 r23857.