Storing passwords in MySQL

Hi,
I’m creating an admin console where I need to create and edit users. I’d like to store the passwords I enter for the users using crypt using PHP on the server side.
I can however not find the method I should use when loading and storing data through a data connector.

Any advise would be greatly appreciated!

Thanks.
Arno

Connector provides server side events, so you can assign your code to process before data saving and after reading data from DB
Check

Data loading
docs.dhtmlx.com/connector__php_ … event.html

Data saving
docs.dhtmlx.com/connector__php_ … event.html