You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That code will return an object of class Phalcon\Mvc\Model\Criteria.
I expexted that proprety _model will be 'Translates', but it is NULL.
This is the dump of this object:
object(Phalcon\Mvc\Model\Criteria)[92]
protected '_model' => null
protected '_params' => null
protected '_bindParams' => null
protected '_bindTypes' => null
protected '_hiddenParamNumber' => int 0
When I use method getModelName(), it also returns NULL.
The text was updated successfully, but these errors were encountered:
As far as I can see, _bindParams and _bindTypes are not used at all: _params['bind'] is used instead of _bindParams and _params['bindTypes'] is used instead of _bindTypes.
That code will return an object of class Phalcon\Mvc\Model\Criteria.
I expexted that proprety _model will be 'Translates', but it is NULL.
This is the dump of this object:
object(Phalcon\Mvc\Model\Criteria)[92]
protected '_model' => null
protected '_params' => null
protected '_bindParams' => null
protected '_bindTypes' => null
protected '_hiddenParamNumber' => int 0
When I use method getModelName(), it also returns NULL.
The text was updated successfully, but these errors were encountered: