$id
$id : integer
Container ID
Container model. Containers are like sections, but act like waterfall folders They can exist in two forms - manual or automatic.
Manual containers have content assinged and ordered, while automatic containers act like Gryphon sections and use tags to relate content.
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\Assignment>
Allows to query a set of records that match the specified conditions
mixed | $parameters |
findFirst(mixed $parameters = null) : \Ceo\Core\Models\Assignment
Allows to query the first record that match the specified conditions
mixed | $parameters |