English Support Forum
Hi,
I am trying to find where is the "INSERT INTO #__misterestate ..." in the MisterEstate code.
But I haven't found.
Could anybody help me?
i.e., I need to know where an object is added to the database in the code.
I am trying to find where is the "INSERT INTO #__misterestate ..." in the MisterEstate code.
But I haven't found.
Could anybody help me?
i.e., I need to know where an object is added to the database in the code.
13.01.2010 13:21
I have discovered the how-to of creating a new object with ots images.
After that, I have added a message in the BUGREPORT thread: http://www.misterestate.com/meforum/topic/544.html
Please Darko, try to tell me something about it.
Thanks again.
After that, I have added a message in the BUGREPORT thread: http://www.misterestate.com/meforum/topic/544.html
Please Darko, try to tell me something about it.
Thanks again.
[Last edited by jrariasf, 15.01.2010 12:18]
15.01.2010 12:10
Have you found where is the INSERT INTO used to create a new object?
thanks
thanks
29.01.2010 11:27
Really, the "INSERT INTO" is not used.
As I have explained in the link (see below), the MEObject class extends JTable and there is a method called "store()" that is called from method "saveObject" function in "user.misterestate.php" file.
The store method internally add a new register to the database.
Now, I need to know how the store function determines the "id" of the new register of the database.
I am still waiting a response of the admin, Darko.
As I have explained in the link (see below), the MEObject class extends JTable and there is a method called "store()" that is called from method "saveObject" function in "user.misterestate.php" file.
The store method internally add a new register to the database.
Now, I need to know how the store function determines the "id" of the new register of the database.
I am still waiting a response of the admin, Darko.
[Last edited by jrariasf, 01.02.2010 11:54]
01.02.2010 11:53




