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

Class<Page> has no field manager #14

Closed theRemix closed 9 years ago

theRemix commented 9 years ago

while learning how ufront-orm is supposed to work, i created a quick demo and i'm not using this right. i'm getting this error

TestDemo.hx:16: characters 18-30 : Class<Page> has no field manager

[ master 87cea05 ] https://github.com/theRemix/ufront-orm-demo

theRemix commented 9 years ago

i figured out what i did wrong. i did not include the -D server in build.hxml

https://github.com/theRemix/ufront-orm-demo/commit/2356497c0ca98cc6514d95f0ea2f4caa9b6d28c2