help in server side data table

help in server side data table

xintellxintell Posts: 13Questions: 0Answers: 0
edited September 2012 in General
well I have search the forum for something I wanted but I never really get the thing I want so here I am

I am using the server side data table but how can I do the output like this?

here are my columns from database
$aColumns = array( 'title', 'category', 'poster', 'date', 'content','image','views' );

I will name them like this to make it understandable (temporary names)
$title
$category
$poster
$date
$content
$image
$views

the query output I want is like this






$title
$date, in $category, By $poster

$content
This discussion has been closed.