Hello,
Couple of days ago I started going through documentation of Phalcon. I want to use it for a certain project. Somewhere in the tutorial of INVO is written, that a connection to the database can be set up with multiple options (as I understood it). Here's the quote: " could do extra actions such as adding a logger, a profiler or change the adapter, setting it up as you want." So I figured that I just need to add additional options in the passed array while setting up $di->set('db'... I have been looking for the list of options but cannot find it. I went through https://docs.phalcon.io/en/latest/api/Phalcon_Db_Adapter_Pdo_Mysql.html, as well as https://docs.phalcon.io/en/latest/api/Phalcon_Db_Adapter_Pdo.html but still nothing. Can anyone point me to proper documentation, where I can find this?
Thanks