PhpSpreadsheet/src
Adrien Crivelli c3bb4245b3
Register autoload as the first in the list
Yii framework v1.1 has it's own autoloader and its autoloader throws
an error, when it can't find class. When this library initializes, it
register its own autoloader, but places it at the end of autoload
queue. So when I use library with Yii 1.1, I just face an error:
`include(PHPExcel_Shared_String.php): failed to open stream: No such file or directory`
because Yii's autoloader runs first and tries to include class file
directly.

Registering our autoloader first avoid this.
2016-08-30 00:51:51 +09:00
..
PhpSpreadsheet iconv illegal character fix 2016-08-26 22:52:47 +09:00
Autoloader.php Register autoload as the first in the list 2016-08-30 00:51:51 +09:00
Bootstrap.php Introduce PHP-CS-Fixer for stricter code style rules 2016-08-17 00:33:57 +09:00