$id
$id : integer
ID
Base setting model. To keep the table length from growing arbitrarily long settings are store as base64 encoded json objects.
Items with a protected value of '1' are not editable and must be managed directly in the database. As such, you should probably use that flag sparingly. Srsly.
setRelated(string $relation, mixed $value = array()) : self
Phalcon has this bug where if you enumerate a relation then try to set it via the magic setter, it won't save.
I think it has something to do with implicit transactions, but I'm not entirely sure...
string | $relation | |
mixed | $value |
find(mixed $parameters = null) : array<mixed,\Ceo\Core\Models\User>
Allows to query a set of records that match the specified conditions
mixed | $parameters |
findFirst(mixed $parameters = null) : \Ceo\Core\Models\User
Allows to query the first record that match the specified conditions
mixed | $parameters |