Skip to content

Instantly share code, notes, and snippets.

View raman3366's full-sized avatar
🎯
Focusing

Dr. Anantha Raman Lakshmipathi raman3366

🎯
Focusing
View GitHub Profile
public function default_order_by()
{
$this->db->order_by('ip_families.family_name, ip_products.product_sku');
}