Quantcast
Channel: Programmierung - Shopware Community Forum
Viewing all articles
Browse latest Browse all 2871

User Repository einlesen

$
0
0

Ich bekomme bei folgenden Code in meiner Bootstrap nichts zurück

 

 $userRepository = Shopware()->Models()->getRepository("Shopware\\Models\\User\\User");
 $userData = $userRepository->findOneBy(array("id" => $attributes['md_user']));

$attributes['md_user'] ist hier natürlich die richtige id in s_core_auth


Viewing all articles
Browse latest Browse all 2871

Trending Articles