I'm suspecting that this happen because I haven't install the zend fw 
properly. All i did was extract zend folder and add to the same directory 
of my php file. It works but just takes a while (minutes) even with one 
entry and the page hangs forever. Any suggest or thought where i can do it 
without really installing the fw? Here is my code:
 
require_once 'Zend/Loader.php'; 
Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); 
Zend_Loader::loadClass('Zend_Gdata_Gapps'); 
$client= Zend_Gdata_ClientLogin::getHttpClient($email, $pass, 
Zend_Gdata_Gapps::AUTH_SERVICE_NAME); 
$gdata=new Zend_Gdata_Gapps($client, $domain);
$user->createUser('test', 'user', 'dummy', 'password');
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/tzgP536v32gJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-apps-mgmt-apis?hl=en.

Reply via email to