function _sheetnode_phpexcel_autoload in Sheetnode 6
Same name and namespace in other branches
- 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_autoload()
- 7 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_autoload()
Autoload callback.
1 string reference to '_sheetnode_phpexcel_autoload'
- sheetnode_phpexcel_init in modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module - Implementation of hook_init().
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module, line 132
Code
function _sheetnode_phpexcel_autoload($classname) {
include_once variable_get('sheetnode_phpexcel_library_path', '') . '/Classes/PHPExcel.php';
}