Connector Secutity

Hi guys,

I am using php connector and v15_120612 and dhtmlxSuite 5.1 and I am not sure, how to set connector security settings to save html style text from dhtmlxEditor to database. I found this doc

https://docs.dhtmlx.com/connector__php__app_security.html

but I don´t know, where in my code I´ve to set this. Can anybody show me an example please? Until now, it is possible to save and read data to a mySQL database, but stored without html formats. This formats e.g. “Hello” are sendet by post, but I guess it will be set to “Hello” before insert / update to database.

Thanks a lot.

Sorry, got it. Now it works. Solved