Announcement

Collapse
No announcement yet.

GetUser().id

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GetUser().id

    Hello! I have some trouble with using " $userid = $this -> getUser()-> id;". So error i got you can see on screenshot
    Last edited by Cebureque; 07-04-2016, 06:52 AM.

  • #2
    Also, i have issue with using JS.

    Comment


    • #3
      PHP: $this->getUser()->get('id');

      js: this.getUser().id

      Comment

      Working...
      X