I am trying to connect the iBO's (version 10) up to a website with PHP. I have successfully managed to get PHP communication to our database via the iBO's.
One thing I cannot work out from the documentation is how to authenticate a user. Can someone give me any pointers on this?
I am not sure that my logic is correct. This is the flow of my routine so far:
Create an iboUserSecurity.CUser instance
Set UserObject->DBID
Set UserObject->UserID (ID number from Name table)
Set UserObject->Password (clear text)
Call UserObject->Validate()
At this point I would expect that the call to UserObject->Validate() would return TRUE if the userID and password match. Is my thinking in this area correct?
Is this iBO COM or iBO.Net?
Is this iBO COM or iBO.Net?