Created
May 28, 2018 10:17
-
-
Save romaninsh/d4aace6efbad15f6cdf8b339f91a87e5 to your computer and use it in GitHub Desktop.
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
in your test.php file: | |
<?php | |
require '../vendor/autoload.php'; // <-- if file is inside demo, then ../../vendor.... | |
$app = new \saasty\frontend\App('useLayout'=> new \atk4\ui\Layout\Generic([ | |
'defaulTemplate'=>'./mylayout.html | |
])]); | |
copy this block one more time: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment