New to PHP with a problem
Posted: Tue Aug 04, 2009 4:53 am
I keep getting this error on a Component for Joomla
PHP Notice: Trying to get property of non-object in E:\ftproot\domain\folder\libraries\joomla\html\html\list.php on line 125
this is the code
$ordering = '<input type="hidden" name="ordering" value="'. $row->ordering .' />'. $text;
has anyone got any ideas as to what is wrong with this?
PHP Notice: Trying to get property of non-object in E:\ftproot\domain\folder\libraries\joomla\html\html\list.php on line 125
this is the code
$ordering = '<input type="hidden" name="ordering" value="'. $row->ordering .' />'. $text;
has anyone got any ideas as to what is wrong with this?