public setBasePath (mixed $basePath)
Sets base path. Depending of your platform, always add a trailing slash or backslash
$view->setBasePath(__DIR__ . '/');
public setBasePath (mixed $basePath)
Sets base path. Depending of your platform, always add a trailing slash or backslash
$view->setBasePath(__DIR__ . '/');
Please login to continue.