Open
Description
Should we deprecate autoload.php
and make invoking the autoloader directly the preferred approach?
Another approach would be to move autoload.php
into the ArangoDB folder.
What do you guys think about moving the different PHP files into folders? For example, all the graph stuff in one folder etc.
This would break backwards compatibility though because the namespace will need to change to comply with psr-0 standards.
Let me know what you guys think :)