
FilePath eines CMS Binarys durch einen $entry
Snippet options
Download: Download snippet as filepath-eines-cms-binarys-durch-einen-entry.php.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
Unser Entry: $entry $module_name = 'reporting'; $field_name = 'csv_file'; /** @var $module Exo_CMS_Module */ $module = $entry->getModule(); $element = $module->getInputElement($field_name); /** @var $storage Exo_CMS_BinaryStorage */ $storage = $this->getContext()->getModel('Exo_CMS_BinaryStorageFactory')->getBinaryStorageForElement($element); $file_path = $storage->getFilePath($element, $entry);
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.