Hi all
İ write a code like that :
$user = Users::findFirst(array(
"columns" => "id,email",
"id = '".$this->ses['id']."'",
));
When I want to get id ($user->getid();) it returns an error :
Call to undefined method Phalcon\Mvc\Model\Row::getid() in
What is the problem ?