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

Document Framework API is an error #19

Closed
dreamsxin opened this issue Jun 29, 2012 · 2 comments
Closed

Document Framework API is an error #19

dreamsxin opened this issue Jun 29, 2012 · 2 comments

Comments

@dreamsxin
Copy link
Contributor

page:http://phalconphp.com/api/class/Phalcon_Model_Query
code:

$query->setParameter(array(0 => '10', 1 => '%Astro%'));

should be replaced:

$query->setParameters(array(0 => '10', 1 => '%Astro%'));

And exec "getResultset()" it's returns NULL.

@ghost ghost assigned phalcon Jun 29, 2012
@phalcon
Copy link
Collaborator

phalcon commented Jun 30, 2012

Thanks for reporting this

@phalcon
Copy link
Collaborator

phalcon commented Jul 1, 2012

This is now fixed, thanks :)

@phalcon phalcon closed this as completed Jul 1, 2012
ovr pushed a commit to ovr/cphalcon that referenced this issue Dec 25, 2013
@phalcon phalcon removed their assignment Mar 14, 2017
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

2 participants