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...

![chickpea dip simple recipes](https://cloud.githubusercontent.com/assets/8486100/18112931/09a2852e-6f80-11e6-81e5-324930f30352.png) 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:...