A
A
Anton Dyrkov2018-03-04 12:34:53
Netcat CMS
Anton Dyrkov, 2018-03-04 12:34:53

How to display news from different sections and sort them all by creation date?

I can make a request to select news from different sections

$rows = $nc_core->db->get_results("SELECT preview,Images,Created,Message_ID FROM message2010 WHERE Message_ID IN (".$mesStr.") ORDER BY Created DESC",ARRAY_A);

but output it as, because nothing like this is described in the documentation, they work only with the standard s_list_class which does not allow you to select from different sections

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Dyrkov, 2018-03-04
@kavi4

I did, but for the sake of performance loss, outputting through s_list_class one entry from the above sorted array

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question