Page 1 of 1

create_service

Posted: Sat Aug 23, 2014 10:07 pm
by Casey Dudley

I am using the create_service to add data into my database. I currently have 3 page where a user would input information to be saved on to the database under the same user_id. How would i do this without my database creating three separate rows of data in my database.

I basically need all of the data inputted by the user to be under the same user_id .


create_service

Posted: Sun Aug 24, 2014 5:24 am
by Alena Prykhodko

Hello Casey,

You can use pointer type http://devcenter.appery.io/documentat... to interact via one user_id.