help in server side data table
help in server side data table
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
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.