Example #1
0
 static function update()
 {
     return Router::requestAction(array('controller' => 'pages', 'action' => 'update_root_cache'), array('return' => 1));
 }
Example #2
0
 static function update()
 {
     return Router::requestAction('/wildflower/wild_pages/update_root_cache', array('return' => 1));
 }