Welcome Guest, Not a member yet? Register   Sign In
Missing argument 1 for Layout::__construct(), called in C:\Xampp\htdocs\system\core\Loader.php on line 950 and defined
#2

[eluser]InsiteFX[/eluser]
Code:
class Layout {
    var $obj;
    var $layout;
    var $js;
    var $css;
    var $placeholder;

    public function __construct($layout = '') {
        $this->obj =& get_instance();
        $this->layout = $layout;
        $this->js = $this->css = $this->placeholder = array();
    }
}

InsiteFX


Messages In This Thread
Missing argument 1 for Layout::__construct(), called in C:\Xampp\htdocs\system\core\Loader.php on line 950 and defined - by El Forum - 06-19-2011, 12:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB