You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I just found out that one of the systems where I work uses medoo, searching the documentation I didn't find a method that makes it easy to view variables in the browser.
Not that this is a problem because we can use
var_dump() and print_r().
Would it be possible to create an easy native method?
Example:
Laravel has a specific short helper function to show variables - dd()
similar to debug(), but instead of displaying the SQL, it retrieves the contents of the query.
The text was updated successfully, but these errors were encountered:
Hello, I just found out that one of the systems where I work uses medoo, searching the documentation I didn't find a method that makes it easy to view variables in the browser.
Not that this is a problem because we can use
var_dump() and print_r().
Would it be possible to create an easy native method?
Example:
Laravel has a specific short helper function to show variables - dd()
similar to debug(), but instead of displaying the SQL, it retrieves the contents of the query.
The text was updated successfully, but these errors were encountered: