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
Immediate and subsequent calls to findUsers(), findUserById(1), or findUserByUsername("admin")
all succeed but do not return any data
debugged through FindBy, handleFindMiltiple, even into enygma\Modler\Model
enygma\Modler\Model load appears to receive the data and call setValues, but when inspecting these Model class instances being into the collection they are empty.
The object has no properties. print_r reports {};
Followed all installation directions. I installed to an existing database. Looks O as in debugging I am getting the data from the database. It seems converting it to a collection/model fails.
MySql version: Ver 14.14 Distrib 5.7.23, for Linux (x86_64)
The text was updated successfully, but these errors were encountered:
Thought I was print_r'ing the returned objects, but I was json_encoding them which prints {}. Print_r shows data is indeed returning. Closing as user error.
Using version 2.10.
::register call add a user with username =
admin
1
Immediate and subsequent calls to
findUsers()
,findUserById(1)
, orfindUserByUsername("admin")
FindBy
,handleFindMiltiple
, even intoenygma\Modler\Model
enygma\Modler\Model
load appears to receive the data and call setValues, but when inspecting these Model class instances being into the collection they are empty.{}
;Followed all installation directions. I installed to an existing database. Looks O as in debugging I am getting the data from the database. It seems converting it to a collection/model fails.
MySql version: Ver 14.14 Distrib 5.7.23, for Linux (x86_64)
The text was updated successfully, but these errors were encountered: