I am using Codeigniter
and I want map(filter) values from selection. For example I have some query like SELECT * FROM users
and I want map only first_name
and last_name
not all N columns. Does it exist some libs or mapping/filtering tool where I can specify template for mapping?