custom view with param never work
I try to create a "custom view" with a custom sql query (very basic query)
it will work if i hard coded the fixed value to the query
SELECT * FROM room WHERE vendor_name = 'admin'
but it never work when change to '?' and param USER_EMAIL (i already echo USER_EMAIL in php and it is exactly the text 'admin')
i tried this on a few pc and it never work, is it a bug?