Hi! iam trying to get the page variables looping over the fuel->options_list("cms"):
$pages = $this->fuel->pages->options_list("cms");
foreach ($pages as $item){
$e= $this->fuel->pagevars->retrieve($item);
print_r($e);
}
But i having something like a timeout while printing $e.
Any idea? Thanks!
Comments
I have another question: How can i print these page variables into a view? i´am trying to get these using the fuel_var('page_variable') on the "_variables" global.php file but without success.
Thank you!
Again, thank you for your time.