ufront / ufront-orm

The Object Relational Mapper, allows easy, type-safe access to your database. Builds on Haxe's SPOD but adds macro powered relationships, validation and client side usage
MIT License
13 stars 4 forks source link

Missing @rtti for class #29

Closed filt3rek closed 8 years ago

filt3rek commented 8 years ago

Hej ! I get this excetpion on runtime using latests git ufront-orm version and latests Haxe 3.3.0 build 8ec2d48. There is something wrong even with the exception because the rtti meta is @:rtti and not @rtti

filt3rek commented 8 years ago

It's a PHP autoload problem, I've set an issue on the Haxe Github ;)