Is it possible to set Entities values automatically from array?
my entity inherets from \Phalcon\Mvc\Model and I want to set all values from array instead of querying database
is this feature already implemented?
Create new entity from array with Phalcon Framework
320 views Asked by jeff At
2
Yes you can!
More here: Creating and updating records