- Posts: 25
- Karma: -2
- Thank you received: 1
Survey Table - Table Creation Query Location
5 years 9 months ago #83570
by utsi
utsi created the topic: Survey Table - Table Creation Query Location
Hi. A little about me first. I'm relatively new to PHP (9 months). I've started to learn OOP recently. Though I've not yet reached the mastery level, I'm able to understand 70% of the source code related to OOP. One of my favorite things to do is learn and observe source codes of applications to improve myself.
I've been going through the source of LimeSurvey and have been able to interpret 40-50% of the code so far. I've come to a stage where I'm having a hard time finding out where and how exactly database tables are being created for surveys.
Of what I've understood, a table for survey is being created on the fly as soon an active survey is being taken. Assuming I'm right, I'm unable to pinpoint where exactly the queries are being performed.
I would really appreciate any help on this matter.
Thanks,
Safdar
I've been going through the source of LimeSurvey and have been able to interpret 40-50% of the code so far. I've come to a stage where I'm having a hard time finding out where and how exactly database tables are being created for surveys.
Of what I've understood, a table for survey is being created on the fly as soon an active survey is being taken. Assuming I'm right, I'm unable to pinpoint where exactly the queries are being performed.
I would really appreciate any help on this matter.
Thanks,
Safdar
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 8885
- Karma: 400
- Thank you received: 1469
5 years 9 months ago - 5 years 9 months ago #83574
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
DenisChenu replied the topic: Survey Table - Table Creation Query Location
Hello,
For 1.92, look at admin/activate_funcions.php, function activateSurvey .
Denis
For 1.92, look at admin/activate_funcions.php, function activateSurvey .
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Last Edit: 5 years 9 months ago by DenisChenu.
The following user(s) said Thank You: utsi
Please Log in or Create an account to join the conversation.
5 years 9 months ago #83578
by utsi
utsi replied the topic: Survey Table - Table Creation Query Location
Thanks for the reply. Going through that function right now.
Please Log in or Create an account to join the conversation.