contributions/page.staticpagedata/start.inc.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup StaticPageData 00004 * @ingroup Page 00005 * 00006 * Keeps the PageData of last content view, so it can be accessed without passing it around 00007 * 00008 * @code 00009 * $page_data = StaticPageData::data(); 00010 * @endcode 00011 */ 00012 00013 // Register our views 00014 ViewFactory::set_implementation(new ViewFactoryStaticPageData());