00001 <?php 00006 class SDRModel extends SDatabaseModel { 00007 00008 /* TODO: fill in if getListMulti() is to be used (see output from genmodel.pl for how to do this) */ 00009 public static $DEPENDENCIES = array( 00010 ); 00011 00019 public function __construct() { 00020 $this->registerDBI(SDRService::getDBI()); 00021 } 00022 }
1.5.6