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
it would be nice if the SecureData-function could be extended by variable-taypes like in the Wordpress database-class (https://codex.wordpress.org/Class_Reference/wpdb#INSERT_rows).
This can increase the database-security much more and ensure that no values enter the db that shouldn't.
i think that types like string, integer, float, boolean (true/false || 1/0) and datetimedatetimestamp would be nice.
The text was updated successfully, but these errors were encountered:
@a1phanumeric It's important to update your readme now! All public funtions are lowercase #35 and the most got a new agrument, wich is required cause without it will write an empty string into the database.
it would be nice if the
SecureData
-function could be extended by variable-taypes like in the Wordpress database-class (https://codex.wordpress.org/Class_Reference/wpdb#INSERT_rows).This can increase the database-security much more and ensure that no values enter the db that shouldn't.
i think that types like string, integer, float, boolean (true/false || 1/0) and datetime date timestamp would be nice.
The text was updated successfully, but these errors were encountered: