Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
443 views
in Q2A Core by
HI, I want to write an app for PC to post questions to q2a database. Is there a description which db-tables I have to fill and how?
Q2A version: 1.6.3

1 Answer

0 votes
by
You need to interact with may tables since Q2A store and updates many data for one single entry. Like adding answer will update the qa_posts and user points etc.

Also you have to write raw query instead of using core functions which will give you pain.
...