File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_view
— Process a view template file and return the output.
Name | Description |
---|---|
$dirView | n/a |
[$arrViewTags = null] | n/a |
[$blRemoveUnusedTags = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirView = '/home/user/public_html/twist';
$arrViewTags = null;
$blRemoveUnusedTags = false;
//Call the function _view with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _view($dirView, $arrViewTags, $blRemoveUnusedTags);