TwistPHP Documentation

_index

File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
Extends:

_indexThe main response of the controller, treat this function as though it where an index.php file.
As default the responses returned is that of _default.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function _index with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _index();