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

How I can escape string in app? #525

Closed
ghost opened this issue Sep 23, 2015 · 2 comments
Closed

How I can escape string in app? #525

ghost opened this issue Sep 23, 2015 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Sep 23, 2015

I am querying on App, but I can't escape string
Example:
->where('u.full_name="' . $sUserName. '")
in normal way, I can use $this->escape($sUserName), but function escape is missing on Model.
Thanks for support.

@ghost
Copy link
Author

ghost commented Sep 23, 2015

I also found another problem:
In mail controller, when I scroll down, ajax still load and message "No messages found here." append again and again.
http://ngon.work/mail_error.png

@phpfoxdev phpfoxdev self-assigned this Oct 6, 2015
@DonnaScriptTechs
Copy link

845ebcf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants