Welcome Guest, Not a member yet? Register   Sign In
New member + Problem with MVC (BambooInvoice)
#2

[eluser]überfuzz[/eluser]
Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$department

Filename: invoices/view.php

Line Number: 145

Read the error-message!

You're probably loading the view-file in a controller. See to it that you pass $department from it to the viewer.

Code:
$this->data['department'] = "Department of error messages reading";


Messages In This Thread
New member + Problem with MVC (BambooInvoice) - by El Forum - 09-08-2009, 01:50 PM
New member + Problem with MVC (BambooInvoice) - by El Forum - 09-09-2009, 01:09 AM
New member + Problem with MVC (BambooInvoice) - by El Forum - 09-09-2009, 02:08 AM
New member + Problem with MVC (BambooInvoice) - by El Forum - 09-09-2009, 02:13 AM
New member + Problem with MVC (BambooInvoice) - by El Forum - 09-09-2009, 02:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB