Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Возможно стоит добавить ConversionFlags * #27

Open
in4s opened this issue Nov 19, 2018 · 0 comments
Open

Возможно стоит добавить ConversionFlags * #27

in4s opened this issue Nov 19, 2018 · 0 comments
Assignees

Comments

@in4s
Copy link
Contributor

in4s commented Nov 19, 2018

Чтобы наряду с Validation(Проверка сообщений на корректность) и Filtration (Получение значения либо значения по-умолчанию) была еще и Conversion (Преобразование значения, в другой формат). Возможно для этого полезно также будет использовать флаги.

В таком случае, возможно было бы удобно воспользоваться таким вариантом:
$country = Post::convert('country', 'escape');
вместо
$country = mysqli_real_escape_string($conn0, Post::get('country'));

@in4s in4s self-assigned this Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant