/home/techb158/exp.abdallabala.com/application/autoload
Edit: /home/techb158/exp.abdallabala.com/application/autoload/View.php (2170B)
html = "";
}
public static function make()
{
return new View();
}
function buildMenuListGroup($data = [], $active = '')
{
// $this->html .= '';
$this->html .= '';
return $this;
}
function addA()
{
$this->html .= "a";
return $this;
}
function addB()
{
$this->html .= "b";
return $this;
}
function getHtml()
{
return $this->html;
}
}