Return to Snippet

Revision: 62660
at March 5, 2013 18:39 by dosde


Initial Code
$bl = BlockType::getByHandle('BLOCKHANDLE');
$con = $bl->getController();
echo $con->FUNCTIONNAME();

Initial URL


Initial Description
With this snippet, you can use every function from blocks even if they are not added to your page

Initial Title
Use block controller function out of controller

Initial Tags


Initial Language
PHP