Petar Petrov

Results 2 issues of Petar Petrov

**Describe the bug** Not able to initialize property in onConstruct if my model instance is from the cache > Provide minimal script to reproduce the issue ```php use Phalcon\Events\Manager; use...

bug
status: unverified

**Describe the solution you'd like** In version 5.6.0 resetColumns(), resetFrom(), resetWhere(), resetGroupBy(), resetHaving(), resetOrderBy(), resetLimit(), resetFlags() were added to Phalcon\Datamapper\Query\AbstractQuery which are really useful options in certain scenarios. Please consider...

new feature request