Code |
Context$input = "../webroot/work/libelle/work.xml"
$this->__rawData = file_get_contents($input);
} else {
trigger_error('XML cannot be read');
Xml::load() - CORE/cake/libs/xml.php, line 851
Xml::__construct() - CORE/cake/libs/xml.php, line 818
Work::parse() - APP/models/work.php, line 35
Work::get() - APP/models/work.php, line 87
WorksController::show() - APP/controllers/works_controller.php, line 23
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88