This is an array that stores column order.
There should be no reason to directly use this property. Instead, call $this->db->order_by('column') , which automatically joins the array.
- defined in the line
system/database/DB_active_rec.php Line 42 - added to the
CI_DB_active_record::order_by method Line 856 - used to generate SQL in
CI_DB_active_record::_compile_select Line 1781
user20232359723568423357842364
source share