Quote:
|
That's why i choose it ;o)
|
Then you may as well read the code!
The Remoting Client API does indeed support creating, editing, and deleting clients. See the following file in the source:
Code:
/remoting_client/API-docs/client_add.html
If you insist on reinventing the wheel, see the following source files for examples of everything you could possibly need:
Code:
/interface/web/login/index.php
/interface/web/login/password_reset.php
/interface/web/client/client_edit.php
/interface/lib/classes/auth.inc.php
/interface/lib/classes/remoting_lib.inc.php
We've given you everything you need here.