/** * Set the list of Doo applications. * <code> * //by default, Doo::loadModelFromApp() will load from this application path * $apps['default'] = '/var/path/to/shared/app/' * $apps['app2'] = '/var/path/to/shared/app2/' * $apps['app3'] = '/var/path/to/shared/app3/' * </code> * @param array $apps */ public static function setGlobalApps($apps) { self::$_globalApps = $apps; }