Hello.
I want to write a client side API using Fuel, and it seems to be capable of the job, however, I don't want to expose the real fieldnames to the user, because some of the names really do not correlate to what they are for.
So anyway I am using the ORM and the protected static $_properties method of outlining the fields. Is there an array key that would allow me to have these fields named something else for the queries, etc?
Does that make any sense?
Thanks, Chris
So the concept of a protected variable name masking a field (ala Doctrine ORM) isn't available?
Ignore the query builder stuff, just want to know that.