Refactor: remove current filename for namespace scope.
Closed this issue · 0 comments
ja-beb commented
Remove the current filename from the namespace scope. add file name to function names.
EX:
- pirogue\dispatcher\redirect => namespace prirogue; function name dispatcher_redirect();'
- pirogue\view\json\load() => json_load()