Passing variables to editable pages
I have editable pages saved in database, i want to pass an array of products to it so it can loop over the products, so i set up a controller and did some database queries to get the products records, how can i then pass these products to the editable page then?
Comments
$vars['data'] = $data; $this->fuel->pages->render('my_page_in_cms', $vars);
http://docs.getfuelcms.com/general/pages-variables#controller