CodeIgniter Forums
Undefined property - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Undefined property (/showthread.php?tid=59446)



Undefined property - El Forum - 10-05-2013

[eluser]Nidheesh[/eluser]
Getting Fatal Error

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Testimonials::$load

Filename: controllers/testimonials.php

Line Number: 13

Why it is happening like this... ?
Is there any permanent solution?


Undefined property - El Forum - 10-05-2013

[eluser]CroNiX[/eluser]
Yes, write your class constructors properly. See your other thread.