Open addatwork opened 10 years ago
Is this causing an issue for you somewhere with the auto-loader, or?
Yeah, my app has an autoloader itself and this causes a conflict. If i test as a standalone library, it works fine.
OK awesome, def. agree this should be fixed. Do you have any example code I can use to duplicate this issue?
It's a bit hard to make a code scenario, but i can offer you the names of the classes i changed:
class QuickBooks_Driver_Sql_Mysqli extends QuickBooks_Driver_Sql
class QuickBooks_Encryption_Aes extends QuickBooks_Encryption
class QuickBooks_XML_Backend_Simplexml implements QuickBooks_XML_Backend
They're not so many...
Factory::create() has:
and the name of the class is:
and this is not the only case.