Created
July 27, 2018 20:08
-
-
Save gartes/22ff335a190d87fa27a4e2a3b601607e to your computer and use it in GitHub Desktop.
JLayoutFile
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
| $basePath = VMPATH_MY_PLUGIN_GLAVPUNKT . DS . 'layouts' ; | |
| $data = array('name' => 'Dmitry'); | |
| $layout = new JLayoutFile('glavpunkt.sspb', $basePath); | |
| $html = $layout->render($data); // $displayData |
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
| // Добавить путь для поиска слоев | |
| JLayoutFile::addIncludePath(YJSGPATH .'includes/html/layouts' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment