Hi Everyone,
I've searched for this a bit and couldn't find any obvious response, but how can I connect a Phalcon Application to an OrientDB database?
I'm guessing there is no built in way to do this, so thinking of using the official plug in (https://github.com/orientechnologies/PhpOrient), but don't know how I should actually go about this. Do I need to register a new service in order to do so? or can I just extend an existing Model class?
Thanks in advance for your answers.