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

distinct select method not working #25

Closed
remyamr opened this issue Aug 17, 2019 · 6 comments
Closed

distinct select method not working #25

remyamr opened this issue Aug 17, 2019 · 6 comments

Comments

@remyamr
Copy link

remyamr commented Aug 17, 2019

distinct select method not working

@peixespnsc
Copy link
Contributor

Can you provide more informations?

@remyamr
Copy link
Author

remyamr commented Aug 18, 2019

@remyamr
Copy link
Author

remyamr commented Aug 18, 2019

$select = array(distinct('bank_name)','bank_id');
$rows = $db->arraybuilder()->paginate('tbl_bank_details', $page, $select);
not working

@peixespnsc
Copy link
Contributor

This issue is releated to this libary https://github.com/ThingEngineer/PHP-MySQLi-Database-Class, that's used in this project.
I sugest you to check the documentatios of the libary

@ryan-andri
Copy link
Contributor

@remyamr distinct('bank_name)' ?
should be distinct('bank_name')

@remyamr
Copy link
Author

remyamr commented Aug 20, 2019

No thats not a issue..

@remyamr distinct('bank_name)' ?
should be distinct('bank_name')

@remyamr remyamr closed this as completed Aug 20, 2019
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

3 participants