Created
November 22, 2017 13:09
-
-
Save demoriz/90c1086210ca39cf8242467b85d142a0 to your computer and use it in GitHub Desktop.
bitrix 'delayed function'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// from component | |
$this->SetViewTarget('mycontent'); | |
echo 'bla'; | |
$this->EndViewTarget(); | |
// from other areas | |
$APPLICATION->AddViewContent('mycontent', 'bla'); | |
// output | |
$APPLICATION->ShowViewContent('mycontent'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment