Welcome Guest, Not a member yet? Register   Sign In
Models in PHP4
#1

[eluser]nirbhab[/eluser]
Hello all,
My code:
Code:
<?php echo $this->SiteModules->SiteModules_var;?>
<!--this code in views-->
Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined property: SiteModules

Filename: views/template.php

Line Number: 2
controller constructor:
Code:
function Welcome()
    {
        parent::Controller();
        $this->load->model('SiteModules','SiteModules',true);    
    }
OS: Windows


Messages In This Thread
Models in PHP4 - by El Forum - 06-12-2008, 09:19 PM
Models in PHP4 - by El Forum - 06-12-2008, 09:21 PM
Models in PHP4 - by El Forum - 06-12-2008, 09:24 PM
Models in PHP4 - by El Forum - 06-13-2008, 07:40 AM
Models in PHP4 - by El Forum - 06-13-2008, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB