19 $base=\rtrim($config[
'siteUrl'],
'/');
23 if (\is_array($urls)) {
25 $parser->parseArray($urls);
26 $this->
loadView($this->seoTemplateFilename, [
"urls" => $parser->getUrls(),
"base" => $base ]);
static asPhpArray($array, $prefix="")
static noCache()
Forces the disabling of the browser cache.
loadView($viewName, $pData=NULL, $asString=false)
Loads the view $viewName possibly passing the variables $pdata.
Base class for controllers.
_getSeoTemplateFilename()
static asXml($encoding='utf-8')
Sets the response content-type to application/xml.