Stefano Massimino

Results 4 issues of Stefano Massimino

Hello everyone, I'm try to use the **hamburgers** in my project (under development) but in Firefox for Mobile (iPhone 11 Pro) when i tap on the button, the first time...

Hello everyone, it is possible to get the query string from > ->getQuery() > SELECT tbl.* FROM tbl WHERE email = ? AND password = ? and parameters in the...

Hello to everyone, I have a request. It is possible to add additional method like this `$query->replaceInto();` I don't find this in documentations. Thank You in Advance Stefano

Hi everyone, I have a query similar to this one > $query = $fpdo->from('views'); > $query = $query->select(NULL); > $query = $query->select('SUM(views.views) AS views, 0 AS clicks, 0 AS leads,...