00001 <?php 00002 include_once(GALAXIA_LIBRARY.'/src/API/BaseActivity.php'); 00005 00008 class Standalone extends BaseActivity { 00009 function Standalone($db) 00010 { 00011 $this->setDb($db); 00012 } 00013 } 00014 ?>