method getCommentsIds documentation in bbn\Appui\Task
function($id_task)
{
SELECT bbn_tasks_notes.id_note
FROM bbn_tasks_notes
JOIN bbn_notes_versions
ON bbn_notes_versions.id_note = bbn_tasks_notes.id_note
WHERE id_task = ?
GROUP BY bbn_tasks_notes.id_note
ORDER BY MAX(bbn_notes_versions.creation)",
hex2bin($id_task));
}
BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions