Created
July 6, 2017 09:47
-
-
Save raman3366/996e47117834dc4aac8ddb8df9a85a8a 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
public function default_order_by() | |
{ | |
$this->db->order_by('ip_families.family_name, ip_products.product_sku'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment