Codeigniter在特定DIV中放置从数据库中提取的数据

I have a pagination and in each page there is three rows and two columns. I want fetch news date, title and a short detail and then it will redirect to that news details page after clicking the news in pagination page.

So now how can I put a single record to each column after fetching it from database. Note: I know foreach will generate a random div or table for each record but how can I get a single record and place it to each column seperately.

Your help or idea will be appreciated.

Thanks in advance.news list