-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Phalcon_Model_Query constructor causes a crash. #8
Comments
ghost
assigned phalcon
May 13, 2012
Actually this component is quite incomplete, it only returns string conditions from given parameters using method $query->getConditions(), although, I think this problem was fixed in 0.4.0alpha. |
ghost
mentioned this issue
Jun 29, 2013
Closed
Closed
Closed
This was referenced Oct 6, 2016
This was referenced Jan 17, 2018
niden
pushed a commit
that referenced
this issue
May 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In controller using phalcon 0.3.5 VC9:
$query = new Phalcon_Model_Query();
And I get "The connection to localhost was interrupted.".
The text was updated successfully, but these errors were encountered: