RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

namespacing all core function in boot php class

francescoagati opened this issue · comments

In current php version enum is compiled to class php Enum that go in conflict with enum class of silverstripe.
All the core and function class of haxe should be namespaced

Such conflicts should be resolved with --php-prefix #3
Feel free to reopen if you need another solution.

Mmm no in current haxe php target enum isn't prefixed with enum

I mean in new php generator everything should be prefixed when --php-prefix specified.

Ok :-) thanks