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

fetchAll() #3

Closed
JotaMiller opened this issue May 9, 2017 · 1 comment
Closed

fetchAll() #3

JotaMiller opened this issue May 9, 2017 · 1 comment
Labels

Comments

@JotaMiller
Copy link
Contributor

el método fetchAll() dentro de Utils no devuelve nada, está mal referenciada...

dice:
public function fetchAll() { return $data; }

debería ser:

public function fetchAll() { return $this->data; }

@JotaMiller JotaMiller added the bug label May 9, 2017
JotaMiller added a commit to JotaMiller/Sbif that referenced this issue May 10, 2017
mnico added a commit that referenced this issue May 10, 2017
Issue #3: se corrige retorno de valores
@mnico
Copy link
Member

mnico commented May 10, 2017

done

@mnico mnico closed this as completed May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants