I want to get custom column with custom value with each row selection of table using codeigniter active record. In normal MySql selection query i can do that, but using active record custom column is unknown. SO how to do that? for any help thanks.
$this->db->select('name,\'custom_col\'')->from('my_table')->get();