TwistPHP Documentation

load

File path: dist/twist/Classes/Autoload.class.php
Namespace: Twist\Classes
Extends:

loadHandler for each individual request, the path for the required file will be worked out here

Parameters

Name Type Description
$strRequeststringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strRequest 'foo';

//Call the function load with the example vars
\Twist\Classes\Autoload::load($strRequest);