I type this:

use com\database\DatabaseHandler

it shows this:

use comdatabaseDatabaseHandler

wtf

Comments

danielb’s picture

apparently single quoting the namespace fixes it

use 'com\database\DatabaseHandler';

is fine.

however you can't double quote namespaces because the backslashes can cause interpretation errors.

danielb’s picture

Category: bug » support
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.