Hallo, I'm new with Phalcon. We want to start a new bigger project with Phalcon (reimplement a very old legacy application). But I need the Oracle Database. Is it possible to use Phalcon and Oracle without PDO?
It is enough to overwrite the Interfaces: AdapterInterface, ColumnInterface, IndexInterface, RefrenceInterface, DialectInterface, ResultInterface?
I want to use OCI8-Modul directly without PDO_OCI
Is this possible? Can give anyone some tipps how I can start to implment this?
Matthias