intraxia / jaxion

A WordPress plugin framework for modern WordPress development.
http://intraxia.github.io/jaxion/
MIT License
15 stars 3 forks source link

Ensure new empty Model has defaults set #14

Open mAAdhaTTah opened 7 years ago

mAAdhaTTah commented 7 years ago

This might be better solved by accessors/mutators, an idea we're going to steal from Laravel. The Dictionary also has a get_or_else method which maybe we should use here too.