Bru Tri

Results 3 issues of Bru Tri

Currently, the library does not manage name spaces. For example, my User class is in the ClassesFramework namespace. So, the name of the table in mysql must be classes\framework\user. I...

line 1347 : `if (!$_compile->isDot()) {` Undefined method 'isDot'. line 1389 : apc_delete_file($_filepath); Undefined function 'Smarty\apc_delete_file'.

VSC signals an error Undefined method 'display' when chaining assign and display `(new Smarty())->assign("x", "x")->display('template.tpl');` But it works