96 $this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
97 $this->Settings =
get_package_object(
'settings::package_settings' ,
'last' , __FILE__ );
98 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
100 $this->SapeUser = $this->Settings->get_package_setting(
101 'sape' ,
'last' ,
'cf_sape' ,
'sape_user' ,
false
104 catch( Exception $e )
132 require_once(
"./$this->SapeUser/sape.php" );
134 $Options[
'multi_site'] =
true;
135 $this->SapeClient =
new SAPE_client( $Options );
136 $this->SapeContext =
new SAPE_context( $Options );
138 catch( Exception $e )
170 $Count =
$Settings->get_setting(
'count' , null );
172 $Links = $this->SapeClient->return_links( $Count );
176 catch( Exception $e )