$res = q("SELECT grp_id, grp_name FROM auto_groups ORDER BY grp_name");
while (list($group_id, $group_name) = mysql_fetch_row($res)) {
$group = new Group($group_id);
if ($group->modelsCount) {
?>
Group Fatal error: Uncaught Error: Call to a member function Name() on null in /home/creteren/public_html/de/our-cars.php:20
Stack trace:
#0 {main}
thrown in /home/creteren/public_html/de/our-cars.php on line 20