hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Subqueries and the SQL Builder
I am not very good at designing database schemas and am also pretty bad and designing performant queries. I am learning more as I go along, thanks to you guys! Thanks for all the help :D (View Post)1 -
Re: Subqueries and the SQL Builder
I decided to refactor my tables as I noticed an issue thanks to you guys. Thanks a lot! :D (View Post)1 -
Re: Subqueries and the SQL Builder
@x00 That query works with one caveat. It falls apart when no widgets are assigned to a particular game yet. (View Post)1 -
Re: Check for Permissions
You can check permissions on a controller with $this->Permission('Permission.Name'). You can check permissions through the session object with Gdn::Session()->CheckPermission('Pe… (View Post)3 -
Re: Using Vanilla Session Outside of Vanilla - External Session
What is the actual error? (View Post)1
