object(Cake\ORM\ResultSet)[164]
protected ‘_query’ => null
protected ‘_statement’ =>
object(Cake\Database\Statement\CallbackStatement)[137]
protected ‘_callback’ =>
object(Cake\Database\FieldTypeConverter)[148]
protected ‘_typeMap’ =>
array (size=3)
…
First of all: Please keep your questions in english so everyone has the chance to help you.
Second of all: I have no idea what your question is.
Your output there looks like a ResultSet object.
If you want to access data inside that you need to call the ->toArray()
function on that object.