I am in the process of converting the OrientDB binary PHP binding (https://github.com/AntonTerekhov/OrientDB-PHP) to work with Fuel. I want to be able to set up the database connection using the standard Fuel config files. I've written my own database connection class but this is currently in my app folder. I feel it should exist in the OrientDB package that I am writing. However, I am at a loss on two things:
1. How do I get the database connection to look for these files.
2. Are there any specific methods that I must implement?
I've looked through the core connection classes and also those for Mongo but can't figure it out. I'd appreciate some guidance.
Thanks