Created
November 2, 2016 13:59
-
-
Save davialexandre/eefa85402c9c412cf349be61d00a4fce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
CRM_HRCore_Helpers_Database::printSQLResult('SELECT id, display_name, contact_type FROM civicrm_contact'); | |
// Prints something like: | |
// | id | display_name | contact_type | | |
// ------------------------------------ | |
// | 1 | S.H.I.E.L.D | Organization | | |
// | 2 | Nick Fury | Individual | | |
// | 3 | Steve Rogers | Individual | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment