Example #1
0
 function test_remote()
 {
     $api = new ApiCLI('test');
     $api->setConfig('url_prefix', '');
     $api->setConfig('url_postfix', '.yey');
     $api->add('Controller_PageManager')->setURL('http://yahoo.com/admin/');
     return $api->url('http://google.com/xx')->absolute();
 }