It would be really nice if you provided an easier way to specify which SimpleDB endpoint/host to connect to. The SimpleDBRequest constructor has a host argument, but if you're using the SimpleDB class methods, you don't have direct access to that. Maybe make it an optional argument for the SimpleDB constructor too?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've added an optional 'host' parameter to the SimpleDB class constructor; you can grab the latest version from the Subversion trunk. Thanks for the suggestion :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and never tested it ;-)
$__host needs to be declared static, otherwise it's not working. With this change, it works like a charm. Thanks for your work!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be really nice if you provided an easier way to specify which SimpleDB endpoint/host to connect to. The SimpleDBRequest constructor has a host argument, but if you're using the SimpleDB class methods, you don't have direct access to that. Maybe make it an optional argument for the SimpleDB constructor too?
I've added an optional 'host' parameter to the SimpleDB class constructor; you can grab the latest version from the Subversion trunk. Thanks for the suggestion :)
and never tested it ;-)
$__host needs to be declared static, otherwise it's not working. With this change, it works like a charm. Thanks for your work!