Do we really need to use trailing slash ?
$di = new \Phalcon\DI\FactoryDefault();
Because it works just fine without it.
$di = new Phalcon\DI\FactoryDefault();
The only thing I see diferent is syntax highliting color in Sublime.
Do we really need to use trailing slash ?
$di = new \Phalcon\DI\FactoryDefault();
Because it works just fine without it.
$di = new Phalcon\DI\FactoryDefault();
The only thing I see diferent is syntax highliting color in Sublime.