nathggns / Scaffold

Lightweight PHP API Framework
Other
8 stars 2 forks source link

Should be able to transform data that is being saved to a model. #109

Open nathggns opened 11 years ago

nathggns commented 11 years ago

We should be able to specify functions that transform data being saved to a user. This, for example, would allow you to automatically hash passwords, or capitalize names for users.

What do you think?

nathggns commented 11 years ago

Potential issues: