Post by unknownmale1 » Fri Jul 12, 2013 6:05 am

I did imagine this would be fairly simple but i'm getting tripped up.

I want the ability to add an additional column into the products viewed report, In the controller file, I imagined this would be enough to the reference the manufacturer in the view TPL.

Code: Select all

		$this->data['products'][] = array(
				'name'    => $result['name'],
				'model'   => $result['model'],
				'manufacturer'   => $result['manufacturer],
				'viewed'  => $result['viewed'],
				'percent' => $percent . '%'			
			);
		}
Do I need to extend another controller?

Active Member

Posts

Joined
Sat Aug 28, 2010 6:46 pm

Post by unknownmale1 » Sat Jul 13, 2013 7:34 am

bump?

Active Member

Posts

Joined
Sat Aug 28, 2010 6:46 pm
Who is online

Users browsing this forum: Bing [Bot] and 16 guests