Drew
Results
2
comments of
Drew
Yeah, it does. ```php $email = $database->get("account", "email", [ "user_id" => 1234 ]); ``` Will create the following query ```sql SELECT `email` FROM `account` WHERE `user_id` = 1234 LIMIT 1...
 New button "Add Ingredient" Heading. Rather than Qty, Units and Ingredient. Single textfield. When display the code, would it be possible to use if statements? eg:...