frame.php
<?php
$content = ob_get_clean();
$frame = new \Tiny\Rail\Frame(__DIR__.'/../../tiny-sample-app/frame',$content);
// $frame->set('head-html'); // then the frame file will do < ?=$this->get('head-html');? >
$frame->display();
<?php
$content = ob_get_clean();
$frame = new \Tiny\Rail\Frame(__DIR__.'/../../tiny-sample-app/frame',$content);
// $frame->set('head-html'); // then the frame file will do < ?=$this->get('head-html');? >
$frame->display();