Code Context<?php public function getContent($fileName){
<?php $uploadPath = $this->uploadFolder . DS . $fileName;
<?php return file_get_contents($uploadPath);
file_get_contents - [internal], line ??
CURD::getContent() - APP/Model/CURD.php, line 151
CURD::afterFind() - APP/Model/CURD.php, line 192
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 242
Model::_filterResults() - CORE/Cake/Model/Model.php, line 3371
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3057
Model::find() - CORE/Cake/Model/Model.php, line 3025
PaginatorComponent::paginate() - CORE/Cake/Controller/Component/PaginatorComponent.php, line 212
CURDController::index() - APP/Controller/CURDController.php, line 229
CURDController::listPublic() - APP/Controller/CURDController.php, line 255
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105