/ Published in: PHP
Example used in New Play Map
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$view = views_get_view('plays'); $view->init_display('ctools_context_1'); foreach($plays['view']->result as $each_play) { // do stuff }