dg / dibi

Dibi - smart database abstraction layer
https://dibiphp.com
Other
487 stars 136 forks source link

Class dibi case #384

Closed zabous closed 3 years ago

zabous commented 3 years ago

Why is class name "dibi" lowercase? All other sub classes (Dibi\Connection, Dibi\Row, Dibi\Result, Dibi\Fluent,... ) are first upper case? Do you plan to change it? Thanks...

blavka commented 3 years ago

I also encountered this problem. When I used downloaded phar from release.

My quick fix:

require_once 'phar://' . LIBS_PATH . '/dibi.phar';
require_once 'phar://' . LIBS_PATH . '/dibi.phar/Dibi/dibi.php';
dg commented 3 years ago

It's just the way it is historically.