rsanchez / Deep

A set of Eloquent models for ExpressionEngine Channel Entries.
http://rsanchez.github.io/Deep/
MIT License
51 stars 14 forks source link

Save support #3

Open rsanchez opened 10 years ago

rsanchez commented 10 years ago

Currently, you the Entry and Title class throw errors if you try to save them. This is intentional. Saving all the fieldtypes (reverse hydration) is a big hurdle.

There's also the issue of validation. If you truly want parity with EE core, you should probably validate according to EE spec (title length, url_title allowed chars, etc). You should probably use Ardent to utilize its built-in validation .

alexmglover commented 9 years ago

:thumbsup: