Can I use dynamic queries?

Can I use dynamic queries?

skittelskittel Posts: 10Questions: 4Answers: 0
edited March 2014 in General
Hello,

I need to have a dynamic quere.
Something like "SELECT * from tablexyz WHERE user_ID = $current_user->ID;
Can I do this? And if how?

Can I use links in one field?
I need a special edit and new.

Thanks

Stefan

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    I don't really understand the question - it looks like a PHP specific question rather than one about the DataTables javascript library?

    Are you asking how to send extra data to the server in the Ajax request? If so use fnServerParams . Otherwise, if this is a PHP question, you might have better luck on StackOverflow or similar.

    Allan
This discussion has been closed.