Autoloader::add_core_namespace('Cloudfiles');
Autoloader::add_classes(array(
'Cloudfiles\\CF_Authentication' => __DIR__.'/classes/cloudfiles.php',
));
Package::load('Cloudfiles')
$auth = Cloudfiles::CF_Authentication();
Cloudfiles\CF_Authentication::authenticate()
$auth = new Cloudfiles\CF_Authentication::authenticate();
It looks like you're new here. If you want to get involved, click one of these buttons!